added routes and header button

This commit is contained in:
2026-07-17 09:48:05 -05:00
parent 29e9302d8e
commit 65df987f62
2 changed files with 4 additions and 0 deletions
@@ -7,6 +7,7 @@ import BarkLogo from '@/assets/barklogo.png';
const links = [
{ link: '/', label: 'Home' },
{ link: '/customers', label: 'Customers' },
{ link: '/inventory', label: 'Inventory' },
];