From fcb746935f94e08b13d7b0f86a631d6b1a26a268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 20 Feb 2018 09:39:59 +0100 Subject: [PATCH] Remove unused imports --- src/app/terminal/terminal.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/terminal/terminal.component.ts b/src/app/terminal/terminal.component.ts index 4b4a876..5255dd4 100644 --- a/src/app/terminal/terminal.component.ts +++ b/src/app/terminal/terminal.component.ts @@ -1,4 +1,4 @@ -import { AfterViewInit, Component, ElementRef, OnDestroy, OnInit, TemplateRef, ViewChild, ViewContainerRef } from '@angular/core'; +import { AfterViewInit, Component, ElementRef, OnDestroy, OnInit, ViewChild } from '@angular/core'; import { TerminadoService } from '../terminado.service';