mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
[DURACOM-234] lint fix
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
import { NgForOf, NgIf, } from '@angular/common';
|
||||
import { Component, Input, OnInit, } from '@angular/core';
|
||||
import {
|
||||
NgForOf,
|
||||
NgIf,
|
||||
} from '@angular/common';
|
||||
import {
|
||||
Component,
|
||||
Input,
|
||||
OnInit,
|
||||
} from '@angular/core';
|
||||
import { find } from 'rxjs/operators';
|
||||
|
||||
import { DSONameService } from '../../../../core/breadcrumbs/dso-name.service';
|
||||
|
Reference in New Issue
Block a user