import useColorMode from '../../hooks/useColorMode'; const DarkModeSwitcher = () => { const [colorMode, setColorMode] = useColorMode(); return (