boundary entries updates

This commit is contained in:
Jake Kasper
2025-09-04 07:29:41 -05:00
parent a5d2cf3ca0
commit 9a1640af37
8 changed files with 607 additions and 18 deletions

View File

@@ -107,6 +107,11 @@ const Layout = ({ children }) => {
href: '/admin/equipment',
icon: WrenchScrewdriverIcon,
},
{
name: 'Manage Properties',
href: '/admin/properties',
icon: MapIcon,
},
];
const handleLogout = () => {