diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index b6b9ec3..29ad239 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,4 +1,7 @@ import React from "react" +import { useTranslation } from "react-i18next" +import { useQuery } from "@tanstack/react-query" +import { fetchSetting } from "../lib/nezha-api" const Footer: React.FC = () => { const { t } = useTranslation()