import { useTheme } from 'next-themes' import { Icon } from './Icon' export function ThemeSwitcher() { const { theme, setTheme } = useTheme() return ( ) }