aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/main.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-08-12 16:52:10 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-08-12 16:53:32 +0200
commit602eb142bebb62f1774d6e17c211eef99ace584b (patch)
tree9410d3b225f5a904a41d7c8f3c3035375dc4268a /client/src/main.ts
parent7da18e4420c4b71a8ecfda07f39324fbfec081c3 (diff)
downloadPeerTube-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.ts2
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 {
7import { bootstrap } from '@angular/platform-browser-dynamic'; 7import { bootstrap } from '@angular/platform-browser-dynamic';
8import { provideRouter } from '@angular/router'; 8import { provideRouter } from '@angular/router';
9 9
10import { AppComponent } from './app/app.component';
11import { routes } from './app/app.routes'; 10import { routes } from './app/app.routes';
12import { AuthHttp, AuthService } from './app/shared'; 11import { AuthHttp, AuthService } from './app/shared';
12import { AppComponent } from './app/app.component';
13 13
14if (process.env.ENV === 'production') { 14if (process.env.ENV === 'production') {
15 enableProdMode(); 15 enableProdMode();