Browse Source

fixed lint issue

pull/627/head
Dan Ditomaso 1 year ago
parent
commit
75f9af4dd9
  1. 2
      src/components/UI/Footer.tsx

2
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;

Loading…
Cancel
Save