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 {
MetadataHolder,
MetadataKeyValuePair,
} from '@/typings';
import requestManager, { RequestManager } from '@/lib/RequestManager';
import requestManager, { RequestManager } from '@/lib/requests/RequestManager.ts';
const APP_METADATA_KEY_PREFIX = 'webUI_';