mirror of
https://github.com/tale/headplane.git
synced 2026-09-04 11:15:42 +00:00
chore: cleanup and use aria components in places
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { useFetcher } from '@remix-run/react'
|
||||
|
||||
import Button from '~/components/Button'
|
||||
// TODO: Remove useModal and replace with Dialog
|
||||
import useModal from '~/components/Modal'
|
||||
import Spinner from '~/components/Spinner'
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
/* eslint-disable unicorn/no-keyword-prefix */
|
||||
import { Dialog } from '@headlessui/react'
|
||||
import { useFetcher } from '@remix-run/react'
|
||||
import { useState } from 'react'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user