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';