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