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

@@ -1,6 +1,6 @@
import { waitForAsync, ComponentFixture, fakeAsync, TestBed, tick } from '@angular/core/testing';
import { ComponentFixture, fakeAsync, TestBed, tick, waitForAsync } from '@angular/core/testing';
import { FormsModule, NgForm } from '@angular/forms';
import { FormsModule } from '@angular/forms';
import { TranslateLoader, TranslateModule } from '@ngx-translate/core';
import { By } from '@angular/platform-browser';
import { StringValueInputComponent } from './string-value-input.component';