chore: add new forniture page

This commit is contained in:
Rodolfo Ruiz
2025-09-01 13:45:22 -06:00
parent b79d976c3e
commit e55d9a8cf4
5 changed files with 494 additions and 0 deletions

View File

@@ -155,6 +155,8 @@ export default function MenuDrawerPrivate({
} else {
if (node.title === 'Users Management') {
onSelect?.('/Users/UserManagement');
} else if (node.title === 'Product Collections') {
onSelect?.('/ProductsManagement/CatalogManagement/ProductCollections');
} else {
onSelect?.(node.title);
}