mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
lint
This commit is contained in:
parent
28032a2f80
commit
42d68780de
@ -4,10 +4,10 @@ import type { ChangeEventHandler } from 'react';
|
|||||||
import { useCallback, useMemo, useRef } from 'react';
|
import { useCallback, useMemo, useRef } from 'react';
|
||||||
import type { UseControllerProps } from 'react-hook-form';
|
import type { UseControllerProps } from 'react-hook-form';
|
||||||
import { useController } from 'react-hook-form';
|
import { useController } from 'react-hook-form';
|
||||||
|
import { useTranslation } from 'react-i18next';
|
||||||
import { PiBracketsCurlyBold } from 'react-icons/pi';
|
import { PiBracketsCurlyBold } from 'react-icons/pi';
|
||||||
|
|
||||||
import type { StylePresetFormData } from './StylePresetForm';
|
import type { StylePresetFormData } from './StylePresetForm';
|
||||||
import { useTranslation } from 'react-i18next';
|
|
||||||
|
|
||||||
interface Props extends UseControllerProps<StylePresetFormData> {
|
interface Props extends UseControllerProps<StylePresetFormData> {
|
||||||
label: string;
|
label: string;
|
||||||
|
@ -28,4 +28,3 @@ export const stylePresetModalSlice = createSlice({
|
|||||||
|
|
||||||
export const { isModalOpenChanged, updatingStylePresetIdChanged, prefilledFormDataChanged } =
|
export const { isModalOpenChanged, updatingStylePresetIdChanged, prefilledFormDataChanged } =
|
||||||
stylePresetModalSlice.actions;
|
stylePresetModalSlice.actions;
|
||||||
|
|
||||||
|
@ -32,4 +32,3 @@ export const stylePresetSlice = createSlice({
|
|||||||
|
|
||||||
export const { isMenuOpenChanged, activeStylePresetChanged, searchTermChanged, viewModeChanged } =
|
export const { isMenuOpenChanged, activeStylePresetChanged, searchTermChanged, viewModeChanged } =
|
||||||
stylePresetSlice.actions;
|
stylePresetSlice.actions;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user