diff --git a/react-fm/src/sections/Footer/Footer.tsx b/react-fm/src/sections/Footer/Footer.tsx index c5ccf5fa..8f18e903 100644 --- a/react-fm/src/sections/Footer/Footer.tsx +++ b/react-fm/src/sections/Footer/Footer.tsx @@ -16,7 +16,6 @@ import { FlexBox } from '@/components/styled'; import useOrientation from '@/hooks/useOrientation'; import styles from './Footer.module.scss'; -import mainlogo from '/logo.png'; function Footer() { const isPortrait = useOrientation();