chore(ui): lint

This commit is contained in:
psychedelicious
2024-01-04 19:48:50 +11:00
committed by Kent Keirsey
parent 2d922a0a65
commit ac0d0019bd
3 changed files with 7 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
import type {
UseDisclosureReturn} from '@chakra-ui/react';
import type { UseDisclosureReturn } from '@chakra-ui/react';
import { InvConfirmationAlertDialog } from 'common/components/InvConfirmationAlertDialog/InvConfirmationAlertDialog';
import { InvText } from 'common/components/InvText/wrapper';
import { useClearQueue } from 'features/queue/hooks/useClearQueue';