chore(ui): knip

This commit is contained in:
psychedelicious 2024-06-28 17:18:16 +10:00
parent 17d337169d
commit 1ce459198c

View File

@ -2,7 +2,6 @@ import type { ImageCategory, ImageDTO } from 'services/api/types';
export const IMAGE_CATEGORIES: ImageCategory[] = ['general'];
export const ASSETS_CATEGORIES: ImageCategory[] = ['control', 'mask', 'user', 'other'];
export const IMAGE_LIMIT = 15;
export type GalleryView = 'images' | 'assets';
export type BoardId = 'none' | (string & Record<never, never>);