diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index e2223e5..5202568 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,7 +1,9 @@ // src/components/Footer.tsx import React from "react"; +import { useTranslation } from "react-i18next"; const Footer: React.FC = () => { + const { t } = useTranslation(); return (