From eaff8b4ea956941084ab72f715d0d89f7a16d984 Mon Sep 17 00:00:00 2001 From: Florian Hartwich Date: Thu, 29 Mar 2018 17:01:49 +0200 Subject: [PATCH] remove unused import --- static/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/src/app/app.component.ts b/static/src/app/app.component.ts index 33ea4b1..8e396c7 100644 --- a/static/src/app/app.component.ts +++ b/static/src/app/app.component.ts @@ -1,4 +1,4 @@ -import {Component, ElementRef, HostListener, Inject, OnInit} from '@angular/core'; +import {Component, HostListener, Inject, OnInit} from '@angular/core'; import {NavigationEnd, NavigationStart, Router} from '@angular/router'; import {LoginService} from './services/app-user-service/login-service'; import {PromotionService} from './services/army-management/promotion.service';