diff options
Diffstat (limited to 'client/src/app/account/account.module.ts')
-rw-r--r-- | client/src/app/account/account.module.ts | 4 |
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 | }) |
26 | export class AccountModule { } | 24 | export class AccountModule { } |