修复footer缺失导入

This commit is contained in:
wood chen 2025-03-03 23:40:55 +08:00
parent 952e824034
commit ca31801568

View File

@ -1,4 +1,7 @@
import React from "react" 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 Footer: React.FC = () => {
const { t } = useTranslation() const { t } = useTranslation()