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

@@ -16,7 +16,7 @@ import Menu from '@mui/material/Menu';
import MenuItem from '@mui/material/MenuItem';
import ClearIcon from '@mui/icons-material/Clear';
import Stack from '@mui/material/Stack';
import { requestManager } from '@/lib/requests/requests/RequestManager.ts';
import { requestManager } from '@/lib/requests/RequestManager.ts';
import { makeToast } from '@/modules/core/utils/Toast.ts';
import { UpdaterSubscription } from '@/lib/graphql/generated/graphql.ts';
import { Progress } from '@/modules/core/components/Progress.tsx';