in the middle of party-user frontend,

This commit is contained in:
louiscklaw
2025-06-16 03:03:54 +08:00
parent 17aaf97722
commit e93c5dcf62
38 changed files with 3074 additions and 3 deletions

View File

@@ -111,6 +111,19 @@ export const navData: NavSectionProps['data'] = [
{ title: 'Details', path: paths.dashboard.partyOrder.demo.details },
],
},
{
title: 'party-user',
path: paths.dashboard.partyUser.root,
icon: ICONS.user,
children: [
{ title: 'Profile', path: paths.dashboard.partyUser.root },
{ title: 'Cards', path: paths.dashboard.partyUser.cards },
{ title: 'List', path: paths.dashboard.partyUser.list },
{ title: 'Create', path: paths.dashboard.partyUser.new },
{ title: 'Edit', path: paths.dashboard.partyUser.demo.edit },
{ title: 'Account', path: paths.dashboard.partyUser.account },
],
},
{
title: 'Product',
path: paths.dashboard.product.root,