diff --git a/app/components/demo/page.tsx b/app/components/demo/page.tsx deleted file mode 100644 index e3b3c27..0000000 --- a/app/components/demo/page.tsx +++ /dev/null @@ -1,24 +0,0 @@ -'use client' -import { useState } from 'react' -import { Switch } from '@headlessui/react' - -export default function MyToggle() { - const [enabled, setEnabled] = useState(false) - - return ( - - Enable notifications - - - ) -} \ No newline at end of file