mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-18 09:22:20 -05:00
chore(ui): lint
This commit is contained in:
committed by
Kent Keirsey
parent
2d922a0a65
commit
ac0d0019bd
@@ -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';
|
||||
|
||||
@@ -12,13 +12,7 @@ import HotkeysModal from 'features/system/components/HotkeysModal/HotkeysModal';
|
||||
import { useFeatureStatus } from 'features/system/hooks/useFeatureStatus';
|
||||
import { memo } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import {
|
||||
FaBug,
|
||||
FaCog,
|
||||
FaDiscord,
|
||||
FaGithub,
|
||||
FaKeyboard,
|
||||
} from 'react-icons/fa';
|
||||
import { FaBug, FaCog, FaDiscord, FaGithub, FaKeyboard } from 'react-icons/fa';
|
||||
import { FaWrench } from 'react-icons/fa6';
|
||||
|
||||
import SettingsModal from './SettingsModal';
|
||||
|
||||
Reference in New Issue
Block a user