diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-04-29 16:58:39 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-04-29 16:58:39 +0200 |
commit | f3567088cef90c37818eeb3a8d9eea036a635178 (patch) | |
tree | 4dad066a5c6c57ee43d678aee01584074f00a3fe /client | |
parent | 803b0bd04d0025673f9c2daf1736cf58ee89b53a (diff) | |
download | PeerTube-f3567088cef90c37818eeb3a8d9eea036a635178.tar.gz PeerTube-f3567088cef90c37818eeb3a8d9eea036a635178.tar.zst PeerTube-f3567088cef90c37818eeb3a8d9eea036a635178.zip |
Fix typescript linter
Diffstat (limited to 'client')
-rw-r--r-- | client/angular/app/app.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | import { Component, ElementRef } from 'angular2/core'; | 1 | import { Component } from 'angular2/core'; |
2 | import { RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS, Router } from 'angular2/router'; | 2 | import { RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS, Router } from 'angular2/router'; |
3 | import { HTTP_PROVIDERS } from 'angular2/http'; | 3 | import { HTTP_PROVIDERS } from 'angular2/http'; |
4 | 4 | ||