mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
prettier
This commit is contained in:
parent
40c3b5e727
commit
e2667f957c
@ -1,5 +1,11 @@
|
|||||||
import { ASSETS_CATEGORIES, IMAGE_CATEGORIES } from 'features/gallery/store/types';
|
import { ASSETS_CATEGORIES, IMAGE_CATEGORIES } from 'features/gallery/store/types';
|
||||||
import type { BoardDTO, CreateBoardArg, ListBoardsArgs, OffsetPaginatedResults_ImageDTO_, UpdateBoardArg } from 'services/api/types';
|
import type {
|
||||||
|
BoardDTO,
|
||||||
|
CreateBoardArg,
|
||||||
|
ListBoardsArgs,
|
||||||
|
OffsetPaginatedResults_ImageDTO_,
|
||||||
|
UpdateBoardArg,
|
||||||
|
} from 'services/api/types';
|
||||||
import { getListImagesUrl } from 'services/api/util';
|
import { getListImagesUrl } from 'services/api/util';
|
||||||
|
|
||||||
import type { ApiTagDescription } from '..';
|
import type { ApiTagDescription } from '..';
|
||||||
|
Loading…
Reference in New Issue
Block a user