import { useTheme } from 'next-themes' const ThemeSwitch = () => { const { theme, setTheme } = useTheme() return ( ) } export default ThemeSwitch