Import cleanup.

This commit is contained in:
Alexis Lahouze 2018-06-10 18:11:13 +02:00
parent 088fab2d51
commit a4c676ee8e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// vim: set tw=80 ts=2 sw=2 sts=2 :
import { Component, Inject, OnInit } from '@angular/core';
import { Component, OnInit } from '@angular/core';
import { ActivatedRoute } from '@angular/router';
import { Observable } from 'rxjs/Rx';