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")