Skip to content
Snippets Groups Projects
Commit 861c95c4 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Removed unused imports

parent e4b259db
No related branches found
No related tags found
1 merge request!1062WS-1193: Added pagination to the active requests page
Pipeline #6585 passed
This commit is part of merge request !1062. Comments created here will be created in the context of that merge request.
...@@ -28,7 +28,7 @@ import { CapabilityLauncherService } from "../../services/capability-launcher.se ...@@ -28,7 +28,7 @@ import { CapabilityLauncherService } from "../../services/capability-launcher.se
import { DataRetrieverService } from "../../services/data-retriever.service"; import { DataRetrieverService } from "../../services/data-retriever.service";
import { PollingDataUpdaterService } from "../../services/polling-data-updater.service"; import { PollingDataUpdaterService } from "../../services/polling-data-updater.service";
import { BehaviorSubject, combineLatest, Observable, Subject } from "rxjs"; import { BehaviorSubject, combineLatest, Observable, Subject } from "rxjs";
import { map, repeatWhen, scan, takeUntil, skip, startWith, take } from "rxjs/operators"; import { map, repeatWhen, scan, takeUntil, startWith } from "rxjs/operators";
import { Staff } from "../../model/staff"; import { Staff } from "../../model/staff";
import {ActiveRequestsService} from "../../services/active-requests.service"; import {ActiveRequestsService} from "../../services/active-requests.service";
import {StorageService} from "../../../shared/storage/storage.service"; import {StorageService} from "../../../shared/storage/storage.service";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment