Move migration files into new folder

This commit is contained in:
schroda
2024-10-05 21:35:25 +02:00
parent 7cf3849911
commit 17e42ae012
13 changed files with 22 additions and 22 deletions

View File

@@ -8,7 +8,6 @@
import { t as translate } from 'i18next';
import { DocumentNode } from '@apollo/client/core';
import { MetadataMigrationSettings } from '@/typings.ts';
import { requestManager } from '@/lib/requests/requests/RequestManager.ts';
import {
ChapterConditionInput,
@@ -30,6 +29,7 @@ import { getMetadataServerSettings } from '@/lib/metadata/metadataServerSettings
import { GET_MANGAS_BASE } from '@/lib/graphql/queries/MangaQuery.ts';
import { MANGA_BASE_FIELDS } from '@/lib/graphql/fragments/MangaFragments.ts';
import { TranslationKey } from '@/Base.types.ts';
import { MetadataMigrationSettings } from '@/modules/migration/Migration.types.ts';
export type MangaAction =
| 'download'