'use client'; import { useTheme } from './ThemeProvider'; export function ThemeSwitcher() { const { theme, setTheme } = useTheme(); return (