Skip to content

Commit eef4401

Browse files
committed
refactor: remove unused Link
1 parent 2d9fa22 commit eef4401

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Footer/components/DesktopFooter.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Box, Container, Link, Typography } from '@mui/material';
22
import { useTranslations } from 'next-intl';
3-
import { Link as NextLink } from '@/navigation';
43

54
const Footer = () => {
65
const t = useTranslations();

0 commit comments

Comments
 (0)