Move "RequestManager" in sub folder

This commit is contained in:
schroda
2023-08-15 13:54:29 +02:00
parent 1c794c24b5
commit bffc1669e2
29 changed files with 31 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ import { useTranslation } from 'react-i18next';
import { t as translate } from 'i18next';
import { GroupedVirtuoso } from 'react-virtuoso';
import { IChapter, IMangaChapter, IQueue } from '@/typings';
import requestManager from '@/lib/RequestManager';
import requestManager from '@/lib/requests/RequestManager.ts';
import LoadingPlaceholder from '@/components/util/LoadingPlaceholder';
import EmptyView from '@/components/util/EmptyView';
import DownloadStateIndicator from '@/components/molecules/DownloadStateIndicator';