Move "Mangas.ts" types and constants to new files

This commit is contained in:
schroda
2024-10-07 13:35:07 +02:00
parent 03695b34be
commit f704e5bc33
19 changed files with 147 additions and 145 deletions

View File

@@ -11,7 +11,8 @@ import { TrackerSearch } from '@/modules/tracker/components/TrackerSearch.tsx';
import { TrackerActiveCard } from '@/modules/tracker/components/cards/TrackerActiveCard.tsx';
import { TTrackerBind, TTrackRecordBind } from '@/modules/tracker/services/Trackers.ts';
import { MangaType } from '@/lib/graphql/generated/graphql.ts';
import { MangaIdInfo } from '@/modules/manga/services/Mangas.ts';
import { MangaIdInfo } from '@/modules/manga/Manga.types.ts';
export enum TrackerMode {
UNTRACKED,