This commit is contained in:
Taric Xin
2022-01-05 19:06:38 +08:00
parent 3be663b9af
commit b6755ec49f
13 changed files with 141 additions and 4 deletions

View File

@ -61,7 +61,7 @@ const NOTROUTECOMPONENTS = [
AuditResonConfigActionModalComponent,
CartConfigActionModalComponent,
SettingRoleEditComponent,
SettingMenuComponent
SettingMenuComponent,
];
@NgModule({
declarations: [...COMPONENTS, ...NOTROUTECOMPONENTS],