diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-08-12 16:52:10 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-08-12 16:53:32 +0200 |
commit | 602eb142bebb62f1774d6e17c211eef99ace584b (patch) | |
tree | 9410d3b225f5a904a41d7c8f3c3035375dc4268a /client/src/main.ts | |
parent | 7da18e4420c4b71a8ecfda07f39324fbfec081c3 (diff) | |
download | PeerTube-602eb142bebb62f1774d6e17c211eef99ace584b.tar.gz PeerTube-602eb142bebb62f1774d6e17c211eef99ace584b.tar.zst PeerTube-602eb142bebb62f1774d6e17c211eef99ace584b.zip |
Client: make an admin menu and a classic menu component
Diffstat (limited to 'client/src/main.ts')
-rw-r--r-- | client/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/main.ts b/client/src/main.ts index a78d275ad..41fc6e0c2 100644 --- a/client/src/main.ts +++ b/client/src/main.ts | |||
@@ -7,9 +7,9 @@ import { | |||
7 | import { bootstrap } from '@angular/platform-browser-dynamic'; | 7 | import { bootstrap } from '@angular/platform-browser-dynamic'; |
8 | import { provideRouter } from '@angular/router'; | 8 | import { provideRouter } from '@angular/router'; |
9 | 9 | ||
10 | import { AppComponent } from './app/app.component'; | ||
11 | import { routes } from './app/app.routes'; | 10 | import { routes } from './app/app.routes'; |
12 | import { AuthHttp, AuthService } from './app/shared'; | 11 | import { AuthHttp, AuthService } from './app/shared'; |
12 | import { AppComponent } from './app/app.component'; | ||
13 | 13 | ||
14 | if (process.env.ENV === 'production') { | 14 | if (process.env.ENV === 'production') { |
15 | enableProdMode(); | 15 | enableProdMode(); |