diff options
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(); |