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 { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
||||||
|
|
||||||
import { AuthModule } from '@overflow/shared/auth/auth.module';
|
import { AuthModule } from '@overflow/shared/auth/auth.module';
|
||||||
|
import { MemberModule } from '@overflow/member/member.module';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
|
@ -28,6 +29,7 @@ import { AuthModule } from '@overflow/shared/auth/auth.module';
|
||||||
AppRPCModule,
|
AppRPCModule,
|
||||||
AppRESTModule,
|
AppRESTModule,
|
||||||
AppLoggerModule,
|
AppLoggerModule,
|
||||||
|
MemberModule,
|
||||||
AuthModule,
|
AuthModule,
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user