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

@@ -29,7 +29,7 @@ import { useLocalStorage, useSessionStorage } from '@/modules/core/hooks/useStor
import { SelectableCollectionReturnType } from '@/modules/collection/hooks/useSelectableCollection.ts';
import { DEFAULT_FULL_FAB_HEIGHT } from '@/modules/core/components/buttons/StyledFab.tsx';
import { AppStorage } from '@/lib/storage/AppStorage.ts';
import { MangaCardProps } from '@/modules/manga/MangaCard.types.tsx';
import { MangaCardProps } from '@/modules/manga/Manga.types.ts';
import { MangaType } from '@/lib/graphql/generated/graphql.ts';
import { useResizeObserver } from '@/modules/core/hooks/useResizeObserver.tsx';
import { useNavBarContext } from '@/modules/navigation-bar/contexts/NavbarContext.tsx';