test: biome

This commit is contained in:
hamster1963 2024-12-26 14:40:55 +08:00
parent 8a93bda5b6
commit 193164566a

View File

@ -13,6 +13,7 @@ import { Moon, Sun } from "lucide-react"
import { useTranslations } from "next-intl"
import { useTheme } from "next-themes"
export function ModeToggle() {
const { setTheme, theme } = useTheme()
const t = useTranslations("ThemeSwitcher")