mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 09:31:55 +08:00
修复footer缺失导入
This commit is contained in:
parent
952e824034
commit
ca31801568
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user