diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 3550b5d..80ceb63 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -16,6 +16,7 @@ import { BrowserModule } from '@angular/platform-browser'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { AuthModule } from '@overflow/shared/auth/auth.module'; +import { MemberModule } from '@overflow/member/member.module'; @NgModule({ imports: [ @@ -28,6 +29,7 @@ import { AuthModule } from '@overflow/shared/auth/auth.module'; AppRPCModule, AppRESTModule, AppLoggerModule, + MemberModule, AuthModule, ], declarations: [