diff --git a/components/ThemeSwitch.tsx b/components/ThemeSwitch.tsx index 178ec46..7f66b19 100644 --- a/components/ThemeSwitch.tsx +++ b/components/ThemeSwitch.tsx @@ -44,6 +44,7 @@ const Monitor = () => ( ) +const Blank = () => const ThemeSwitch = () => { const [mounted, setMounted] = useState(false)