Rename "MangaCard.types" file

This commit is contained in:
schroda
2024-10-07 13:31:23 +02:00
parent d9b633900c
commit 03695b34be
8 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
*/
import { MetadataServerSettingKeys, SearchMetadataKeys } from '@/modules/settings/Settings.types.ts';
import { MangaMetadataKeys } from '@/modules/manga/MangaCard.types.tsx';
import { MangaMetadataKeys } from '@/modules/manga/Manga.types.ts';
import { SourceMetadataKeys } from '@/modules/source/Source.types.ts';
import { CategoryMetadataKeys } from '@/modules/category/Category.types.ts';
import { MetaType } from '@/lib/graphql/generated/graphql.ts';