Fix typescript linter

This commit is contained in:
Chocobozzz 2016-04-29 16:58:39 +02:00
parent 803b0bd04d
commit f3567088ce
1 changed files with 1 additions and 1 deletions

View File

@ -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 { RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS, Router } from 'angular2/router';
import { HTTP_PROVIDERS } from 'angular2/http'; import { HTTP_PROVIDERS } from 'angular2/http';