diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx
index e9d3296..857520d 100644
--- a/src/components/Footer/Footer.tsx
+++ b/src/components/Footer/Footer.tsx
@@ -1,5 +1,5 @@
-import { Box, Button, Container, Link } from '@mui/material'
-import { Link as RouterLink } from 'react-router-dom'
+import { Box, Button, Container, Link as LinkMui } from '@mui/material'
+import { Link } from 'react-router-dom'
import styles from './style.module.scss'
export const Footer = () => (
@@ -24,19 +24,19 @@ export const Footer = () => (
}}
gap={'50px'}
>
-
-
+