update sites crud done

This commit is contained in:
wayanrivan
2026-07-08 11:26:25 +07:00
parent 9b5941956f
commit 643dd15252
14 changed files with 1061 additions and 1 deletions

View File

@ -29,6 +29,11 @@ const STATIC_MENU: MappedMenu[] = [
path: '-',
children: [{ title: 'Dashboard', path: '/' }]
},
{
title: 'Manage Sites',
path: '-',
children: [{ title: 'Manage Sites', path: '/sites/manage-sites' }]
},
{
title: 'Revenue',
path: '-',