From 193164566a63c2345d11c5f746eee8a30b8c8f70 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Thu, 26 Dec 2024 14:40:55 +0800 Subject: [PATCH] test: biome --- components/ThemeSwitcher.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ThemeSwitcher.tsx b/components/ThemeSwitcher.tsx index 286fab84b..5d577ee79 100644 --- a/components/ThemeSwitcher.tsx +++ b/components/ThemeSwitcher.tsx @@ -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")