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

@@ -21,7 +21,7 @@ import InfoIcon from '@mui/icons-material/Info';
import PopupState, { bindPopover, bindTrigger } from 'material-ui-popup-state';
import Popover from '@mui/material/Popover';
import Typography from '@mui/material/Typography';
import { requestManager } from '@/lib/requests/requests/RequestManager.ts';
import { requestManager } from '@/lib/requests/RequestManager.ts';
import { EmptyViewAbsoluteCentered } from '@/modules/core/components/placeholder/EmptyViewAbsoluteCentered.tsx';
import { LoadingPlaceholder } from '@/modules/core/components/placeholder/LoadingPlaceholder.tsx';
import { Tracker, TTrackerBase } from '@/modules/tracker/services/Trackers.ts';