|
1 | | -import { NotificationsService } from 'src/app/shared/notifications/notifications.service'; |
2 | | -import { NoContent } from './../../core/shared/NoContent.model'; |
3 | | -import { RouteService } from 'src/app/core/services/route.service'; |
4 | | -import { getFirstCompletedRemoteData, getRemoteDataPayload } from './../../core/shared/operators'; |
5 | | -import { RemoteData } from 'src/app/core/data/remote-data'; |
| 1 | +import { NotificationsService } from '../../shared/notifications/notifications.service'; |
| 2 | +import { NoContent } from '../../core/shared/NoContent.model'; |
| 3 | +import { RouteService } from '../../core/services/route.service'; |
| 4 | +import { getFirstCompletedRemoteData, getRemoteDataPayload } from '../../core/shared/operators'; |
| 5 | +import { RemoteData } from '../../core/data/remote-data'; |
6 | 6 | import { Component, OnInit } from '@angular/core'; |
7 | 7 | import { WorkspaceItem } from '../../core/submission/models/workspaceitem.model'; |
8 | | -import { Observable, map, switchMap, take } from 'rxjs'; |
| 8 | +import { map, Observable, switchMap, take } from 'rxjs'; |
9 | 9 | import { ActivatedRoute, Data, Params, Router } from '@angular/router'; |
10 | 10 | import { Location } from '@angular/common'; |
11 | | -import { WorkspaceitemDataService } from 'src/app/core/submission/workspaceitem-data.service'; |
| 11 | +import { WorkspaceitemDataService } from '../../core/submission/workspaceitem-data.service'; |
12 | 12 | import { TranslateService } from '@ngx-translate/core'; |
13 | 13 | import { NgbModal } from '@ng-bootstrap/ng-bootstrap'; |
14 | | -import { DSpaceObject } from 'src/app/core/shared/dspace-object.model'; |
| 14 | +import { DSpaceObject } from '../../core/shared/dspace-object.model'; |
15 | 15 |
|
16 | 16 | @Component({ |
17 | 17 | selector: 'ds-workspaceitems-delete-page', |
|
0 commit comments