update sites crud done
This commit is contained in:
@ -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: '-',
|
||||
|
||||
Reference in New Issue
Block a user