Optimize structure

This commit is contained in:
Taric Xin
2022-05-11 17:47:26 +08:00
parent f1fc336850
commit 28d701a941
9 changed files with 38 additions and 24 deletions

View File

@ -86,7 +86,7 @@ const COMPONENTS: Type<void>[] = [
imports: [
SharedModule,
DatatableRoutingModule,
SHARED_G2_MODULES
...SHARED_G2_MODULES
],
declarations: COMPONENTS,
})