Skip to content

Commit 1ce4591

Browse files
chore(ui): knip
1 parent 17d3371 commit 1ce4591

File tree

1 file changed

+0
-1
lines changed
  • invokeai/frontend/web/src/features/gallery/store

1 file changed

+0
-1
lines changed

invokeai/frontend/web/src/features/gallery/store/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { ImageCategory, ImageDTO } from 'services/api/types';
22

33
export const IMAGE_CATEGORIES: ImageCategory[] = ['general'];
44
export const ASSETS_CATEGORIES: ImageCategory[] = ['control', 'mask', 'user', 'other'];
5-
export const IMAGE_LIMIT = 15;
65

76
export type GalleryView = 'images' | 'assets';
87
export type BoardId = 'none' | (string & Record<never, never>);

0 commit comments

Comments
 (0)