feat(Sidebar): Refactoring sidebar menu with feature and permissions abilities control.

This commit is contained in:
a.bouhuolia
2022-04-17 05:05:35 +02:00
parent 682b296f7c
commit 944bc29f4d
25 changed files with 1187 additions and 1031 deletions

View File

@@ -106,6 +106,7 @@ export * from './Paper';
export * from './Accounts';
export * from './DataTableCells';
export * from './FlexGrid';
export * from './MenuItem';
const Hint = FieldHint;