aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r--client/src/app/app.module.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts
index 003c91009..9cffdd31e 100644
--- a/client/src/app/app.module.ts
+++ b/client/src/app/app.module.ts
@@ -1,6 +1,5 @@
1import { LOCALE_ID, NgModule, TRANSLATIONS, TRANSLATIONS_FORMAT } from '@angular/core' 1import { LOCALE_ID, NgModule, TRANSLATIONS, TRANSLATIONS_FORMAT } from '@angular/core'
2import { BrowserModule } from '@angular/platform-browser' 2import { BrowserModule } from '@angular/platform-browser'
3import { AboutModule } from '@app/about'
4import { ServerService } from '@app/core' 3import { ServerService } from '@app/core'
5import { ResetPasswordModule } from '@app/reset-password' 4import { ResetPasswordModule } from '@app/reset-password'
6 5
@@ -53,7 +52,6 @@ export function metaFactory (serverService: ServerService): MetaLoader {
53 SignupModule, 52 SignupModule,
54 SharedModule, 53 SharedModule,
55 VideosModule, 54 VideosModule,
56 AboutModule,
57 55
58 MetaModule.forRoot({ 56 MetaModule.forRoot({
59 provide: MetaLoader, 57 provide: MetaLoader,