diff options
Diffstat (limited to 'client/src/vendor.ts')
-rw-r--r-- | client/src/vendor.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/vendor.ts b/client/src/vendor.ts index 437d05822..cf1524578 100644 --- a/client/src/vendor.ts +++ b/client/src/vendor.ts | |||
@@ -9,7 +9,7 @@ import '@angular/platform-browser-dynamic'; | |||
9 | import '@angular/core'; | 9 | import '@angular/core'; |
10 | import '@angular/common'; | 10 | import '@angular/common'; |
11 | import '@angular/http'; | 11 | import '@angular/http'; |
12 | import '@angular/router-deprecated'; | 12 | import '@angular/router'; |
13 | 13 | ||
14 | // RxJS | 14 | // RxJS |
15 | import 'rxjs/Observable'; | 15 | import 'rxjs/Observable'; |