'use client' import {useState} from 'react' import {Switch} from '@headlessui/react' export default function Home() { const [enabled, setEnabled] = useState(false) return ( Enable notifications ) }