aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/reset-password/reset-password.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/reset-password/reset-password.module.ts')
-rw-r--r--client/src/app/reset-password/reset-password.module.ts8
1 files changed, 5 insertions, 3 deletions
diff --git a/client/src/app/reset-password/reset-password.module.ts b/client/src/app/reset-password/reset-password.module.ts
index c2711981a..c77f1c4b0 100644
--- a/client/src/app/reset-password/reset-password.module.ts
+++ b/client/src/app/reset-password/reset-password.module.ts
@@ -1,13 +1,15 @@
1import { NgModule } from '@angular/core' 1import { NgModule } from '@angular/core'
2 2import { SharedFormModule } from '@app/shared/shared-forms'
3import { SharedMainModule } from '@app/shared/shared-main'
3import { ResetPasswordRoutingModule } from './reset-password-routing.module' 4import { ResetPasswordRoutingModule } from './reset-password-routing.module'
4import { ResetPasswordComponent } from './reset-password.component' 5import { ResetPasswordComponent } from './reset-password.component'
5import { SharedModule } from '../shared'
6 6
7@NgModule({ 7@NgModule({
8 imports: [ 8 imports: [
9 ResetPasswordRoutingModule, 9 ResetPasswordRoutingModule,
10 SharedModule 10
11 SharedMainModule,
12 SharedFormModule
11 ], 13 ],
12 14
13 declarations: [ 15 declarations: [