feat: completely nuke headlessui and consolidate to aria

This commit is contained in:
Aarnav Tale
2024-05-01 02:21:54 -04:00
parent 8205f2b99b
commit a57e777a6b
16 changed files with 336 additions and 302 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import {
} from '@remix-run/react'
import { ErrorPopup } from '~/components/Error'
import Toaster from '~/components/Toaster'
import { Toaster } from '~/components/Toaster'
import stylesheet from '~/tailwind.css?url'
import { getContext, registerConfigWatcher } from '~/utils/config'