import { useGlobal } from '@/lib/global'; export const DarkModeButton = () => { const { toggleDarkMode } = useGlobal() return <> }