[ACA-3379] Routing & skeleton for manage rules screen (#2575)

* [ACA-3379] Routing & skeleton for manage rules screen

* Linting

* Update routing so it's no longer lazy loaded

* Reverted to using lazy-loaded routes

* Remove action visibility from favourites, update e2e test data
This commit is contained in:
Thomas Hunter
2022-08-02 12:46:47 +01:00
committed by GitHub
parent 655da5aa2d
commit 30eebfa1e2
11 changed files with 95 additions and 35 deletions

View File

@@ -24,4 +24,4 @@
*/
export * from './lib/folder-rules.module';
export { EditRuleDialogSmartComponent } from './lib/rule-details/edit-rule-dialog.smart-component';
export { ManageRulesSmartComponent } from './lib/manage-rules/manage-rules.smart-component';