diff options
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index c22632fb8..f0d2be279 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -6,8 +6,6 @@ import { ResetPasswordModule } from '@app/reset-password' | |||
6 | 6 | ||
7 | import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' | 7 | import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' |
8 | 8 | ||
9 | import { MyAccountModule } from './my-account' | ||
10 | |||
11 | import { AppRoutingModule } from './app-routing.module' | 9 | import { AppRoutingModule } from './app-routing.module' |
12 | import { AppComponent } from './app.component' | 10 | import { AppComponent } from './app.component' |
13 | import { CoreModule } from './core' | 11 | import { CoreModule } from './core' |
@@ -46,7 +44,6 @@ export function metaFactory (serverService: ServerService): MetaLoader { | |||
46 | 44 | ||
47 | AppRoutingModule, | 45 | AppRoutingModule, |
48 | 46 | ||
49 | MyAccountModule, | ||
50 | CoreModule, | 47 | CoreModule, |
51 | LoginModule, | 48 | LoginModule, |
52 | ResetPasswordModule, | 49 | ResetPasswordModule, |