diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index c9c9e10..a1f4217 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,4 +1,5 @@ import { useTranslation } from 'react-i18next' +import { Link } from 'react-router-dom' function Footer() { const { t } = useTranslation() @@ -12,12 +13,12 @@ function Footer() {