diff --git a/src/widgets/footer.tsx b/src/widgets/footer.tsx index 856aee1..73107b8 100644 --- a/src/widgets/footer.tsx +++ b/src/widgets/footer.tsx @@ -4,6 +4,7 @@ import { Fuel, Mail, MapPin, Phone } from 'lucide-react'; import Link from 'next/link'; import { useTextController } from '@/shared/language/hooks/use-text-controller'; +import { Logo } from '@/shared/assets/logo'; export const Footer = () => { const { t } = useTextController(); @@ -12,11 +13,10 @@ export const Footer = () => {