Move "RequestManager" in sub folder

This commit is contained in:
schroda
2023-10-27 20:23:00 +02:00
parent 1c794c24b5
commit bffc1669e2
29 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
*/
import { IManga, Metadata, MetadataHolder, IReaderSettings, MetadataKeyValuePair } from '@/typings';
import requestManager from '@/lib/RequestManager';
import requestManager from '@/lib/requests/RequestManager.ts';
import { getMetadataFrom, requestUpdateMangaMetadata, requestUpdateServerMetadata } from '@/util/metadata';
type UndefinedReaderSettings = {