This commit is contained in:
Jake Kasper
2025-08-29 08:45:59 -04:00
parent e5275398ea
commit 0cc5372e3d
2 changed files with 6 additions and 1 deletions

View File

@@ -95,6 +95,11 @@ const Layout = ({ children }) => {
href: '/admin/products',
icon: BeakerIcon,
},
{
name: 'Manage Equipment',
href: '/admin/equipment',
icon: WrenchScrewdriverIcon,
},
];
const handleLogout = () => {