mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
ESlint: fix imports
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import {Component, Input, OnInit} from '@angular/core';
|
||||
import {
|
||||
Component,
|
||||
Input,
|
||||
OnInit,
|
||||
} from '@angular/core';
|
||||
|
||||
import {Item} from '../../../core/shared/item.model';
|
||||
import {MetadataMap} from '../../../core/shared/metadata.models';
|
||||
|
||||
|
Reference in New Issue
Block a user