Clenaup dependencies.

This commit is contained in:
2018-06-14 11:52:41 +02:00
parent 4071893ed5
commit d2e8a3f7ef
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// vim: set tw=80 ts=2 sw=2 sts=2 :
import { Location } from '@angular/common';
import { Component, ViewChild } from '@angular/core';
import { Component } from '@angular/core';
import { ActivatedRoute, Router, Params } from '@angular/router';
import { Logger } from '@nsalaun/ng-logger';