From 623688304ddf674420912415dd8a730d6f4acf11 Mon Sep 17 00:00:00 2001 From: lotte Date: Wed, 24 Mar 2021 15:30:54 +0100 Subject: [PATCH] removed unused import --- .../edit-item-page/edit-item-page.routing.module.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/+item-page/edit-item-page/edit-item-page.routing.module.ts b/src/app/+item-page/edit-item-page/edit-item-page.routing.module.ts index 0e36cc9894..b7d650d8c3 100644 --- a/src/app/+item-page/edit-item-page/edit-item-page.routing.module.ts +++ b/src/app/+item-page/edit-item-page/edit-item-page.routing.module.ts @@ -22,10 +22,10 @@ import { ResourcePolicyEditComponent } from '../../shared/resource-policies/edit import { I18nBreadcrumbsService } from '../../core/breadcrumbs/i18n-breadcrumbs.service'; import { ITEM_EDIT_AUTHORIZATIONS_PATH, - ITEM_EDIT_MOVE_PATH, ITEM_EDIT_DELETE_PATH, - ITEM_EDIT_PUBLIC_PATH, + ITEM_EDIT_MOVE_PATH, ITEM_EDIT_PRIVATE_PATH, + ITEM_EDIT_PUBLIC_PATH, ITEM_EDIT_REINSTATE_PATH, ITEM_EDIT_WITHDRAW_PATH } from './edit-item-page.routing-paths'; @@ -33,7 +33,6 @@ import { ItemPageReinstateGuard } from './item-page-reinstate.guard'; import { ItemPageWithdrawGuard } from './item-page-withdraw.guard'; import { ItemPageEditMetadataGuard } from '../item-page-edit-metadata.guard'; import { ItemPageAdministratorGuard } from '../item-page-administrator.guard'; -import { AuthenticatedGuard } from '../../core/auth/authenticated.guard'; /** * Routing module that handles the routing for the Edit Item page administrator functionality