From 75f9af4dd9d68eabd168f6be8a42abce55e4d409 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Fri, 23 May 2025 15:05:01 -0400 Subject: [PATCH] fixed lint issue --- src/components/UI/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UI/Footer.tsx b/src/components/UI/Footer.tsx index 607344b3..2747c561 100644 --- a/src/components/UI/Footer.tsx +++ b/src/components/UI/Footer.tsx @@ -1,5 +1,5 @@ import { cn } from "@core/utils/cn.ts"; -import { Trans, useTranslation } from "react-i18next"; +import { Trans } from "react-i18next"; type FooterProps = { className?: string;