diff --git a/components/ThemeSwitcher.tsx b/components/ThemeSwitcher.tsx index 286fab8..5d577ee 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")