Fix RequestManager location

Was changed unintentionally
This commit is contained in:
schroda
2024-10-06 01:27:51 +02:00
parent e7e1fbbc4e
commit 84b9f8361d
55 changed files with 54 additions and 54 deletions

View File

@@ -24,7 +24,7 @@ import {
requestManager,
AbortableApolloUseMutationPaginatedResponse,
SPECIAL_ED_SOURCES,
} from '@/lib/requests/requests/RequestManager.ts';
} from '@/lib/requests/RequestManager.ts';
import { GridLayout } from '@/modules/library/contexts/LibraryOptionsContext.tsx';
import { SourceGridLayout } from '@/modules/source/components/SourceGridLayout.tsx';
import { AppbarSearch } from '@/modules/core/components/AppbarSearch.tsx';