From bcc9a03de57cbf72c00a17698cf04146fb358753 Mon Sep 17 00:00:00 2001 From: cesalberca Date: Fri, 3 May 2024 19:33:55 +0200 Subject: [PATCH] Remove import --- src/core/components/footer/footer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/components/footer/footer.tsx b/src/core/components/footer/footer.tsx index 73b365b..1356950 100644 --- a/src/core/components/footer/footer.tsx +++ b/src/core/components/footer/footer.tsx @@ -4,7 +4,6 @@ import { bind } from '../../utils/bind' import { Links } from '../links/links' import { Direction } from '../../types/direction' import { Datetime } from '../../datetime' -import { Link } from '../link/link' import { useTranslations } from 'next-intl' import { useRouter } from 'next/router'