Removed unused imports

This commit is contained in:
Giuseppe Digilio
2021-01-08 09:58:17 +01:00
parent ae18027669
commit 21d275fc8d
44 changed files with 54 additions and 61 deletions

View File

@@ -10,7 +10,6 @@ import { Group } from '../../eperson/models/group.model';
import { GROUP } from '../../eperson/models/group.resource-type';
import { DSpaceObject } from '../../shared/dspace-object.model';
import { HALLink } from '../../shared/hal-link.model';
import { WorkflowItem } from '../../submission/models/workflowitem.model';
import { TASK_OBJECT } from './task-object.resource-type';
import { WORKFLOWITEM } from '../../eperson/models/workflowitem.resource-type';
import { WORKFLOW_ACTION } from './workflow-action-object.resource-type';