#674 remove un used imports

This commit is contained in:
Dániel Péter Sipos
2020-11-13 14:29:03 +01:00
parent 7b160cdbd3
commit cb3131e31b
3 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { Component, Inject, Input } from '@angular/core';
import { Component, Input } from '@angular/core';
import { Collection } from '../../../core/shared/collection.model';
import { AbstractListableElementComponent } from '../../object-collection/shared/object-collection-element/abstract-listable-element.component';