diff options
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 10526e813..482a9b5b7 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -11,7 +11,6 @@ import { AppComponent } from './app.component'; | |||
11 | import { AppState } from './app.service'; | 11 | import { AppState } from './app.service'; |
12 | 12 | ||
13 | import { AccountModule } from './account'; | 13 | import { AccountModule } from './account'; |
14 | import { AdminModule } from './admin'; | ||
15 | import { CoreModule } from './core'; | 14 | import { CoreModule } from './core'; |
16 | import { LoginModule } from './login'; | 15 | import { LoginModule } from './login'; |
17 | import { SharedModule } from './shared'; | 16 | import { SharedModule } from './shared'; |
@@ -47,7 +46,6 @@ const APP_PROVIDERS = [ | |||
47 | MetaModule.forRoot(metaConfig), | 46 | MetaModule.forRoot(metaConfig), |
48 | 47 | ||
49 | AccountModule, | 48 | AccountModule, |
50 | AdminModule, | ||
51 | CoreModule, | 49 | CoreModule, |
52 | LoginModule, | 50 | LoginModule, |
53 | SharedModule, | 51 | SharedModule, |