ing
This commit is contained in:
parent
a59f1c7dd7
commit
51162f3c53
|
@ -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: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user