From a4c676ee8e28a15a2049110a500f511ee4c7fc5d Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 10 Jun 2018 18:11:13 +0200 Subject: [PATCH] Import cleanup. --- src/operations/operationList.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operations/operationList.component.ts b/src/operations/operationList.component.ts index a8a10a5..1bab72e 100644 --- a/src/operations/operationList.component.ts +++ b/src/operations/operationList.component.ts @@ -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';