remove unused import

pull/32/head
Florian Hartwich 2018-03-29 17:01:49 +02:00
parent 1b90cde45e
commit eaff8b4ea9
1 changed files with 1 additions and 1 deletions

View File

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