mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Remove unused imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ActivatedRouteSnapshot, Resolve, RouterStateSnapshot } from '@angular/router';
|
||||
import { combineLatest, Observable, of, of as observableOf } from 'rxjs';
|
||||
import { combineLatest, Observable, of as observableOf } from 'rxjs';
|
||||
import { FeatureID } from '../../core/data/feature-authorization/feature-id';
|
||||
import { MenuService } from '../menu/menu.service';
|
||||
import { AuthorizationDataService } from '../../core/data/feature-authorization/authorization-data.service';
|
||||
@@ -17,7 +17,6 @@ import { hasValue } from '../empty.util';
|
||||
import { MenuID } from '../menu/menu-id.model';
|
||||
import { MenuItemType } from '../menu/menu-item-type.model';
|
||||
import { MenuSection } from '../menu/menu-section.model';
|
||||
import { TextMenuItemModel } from '../menu/menu-item/models/text.model';
|
||||
|
||||
/**
|
||||
* Creates the menus for the dspace object pages
|
||||
|
Reference in New Issue
Block a user