From f3567088cef90c37818eeb3a8d9eea036a635178 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 Apr 2016 16:58:39 +0200 Subject: [PATCH] Fix typescript linter --- client/angular/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/angular/app/app.component.ts b/client/angular/app/app.component.ts index c04e480a1..83a4f3310 100644 --- a/client/angular/app/app.component.ts +++ b/client/angular/app/app.component.ts @@ -1,4 +1,4 @@ -import { Component, ElementRef } from 'angular2/core'; +import { Component } from 'angular2/core'; import { RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS, Router } from 'angular2/router'; import { HTTP_PROVIDERS } from 'angular2/http'; -- 2.41.0