diff --git a/bun.lockb b/bun.lockb index 3c94f28..2d29224 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/ThemeSwitcher.tsx b/components/ThemeSwitcher.tsx index 5d577ee..286fab8 100644 --- a/components/ThemeSwitcher.tsx +++ b/components/ThemeSwitcher.tsx @@ -13,7 +13,6 @@ 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")