aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/account/account.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/account/account.module.ts')
-rw-r--r--client/src/app/account/account.module.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/account/account.module.ts b/client/src/app/account/account.module.ts
index 53f6ba58e..75f2ee6f9 100644
--- a/client/src/app/account/account.module.ts
+++ b/client/src/app/account/account.module.ts
@@ -19,8 +19,6 @@ import { SharedModule } from '../shared';
19 AccountComponent 19 AccountComponent
20 ], 20 ],
21 21
22 providers: [ 22 providers: []
23 AccountService
24 ]
25}) 23})
26export class AccountModule { } 24export class AccountModule { }