improvement: multi organization possibility implemented for users (owners and staffs)

This commit is contained in:
2026-04-29 20:19:40 +03:30
parent c154b6dabf
commit ca9e684ab4
14 changed files with 317 additions and 65 deletions

View File

@@ -10,7 +10,8 @@ import {
UserCog,
FlaskConical,
FileText,
CreditCard
CreditCard,
Building2
} from 'lucide-react';
const menu = [
@@ -21,6 +22,7 @@ const menu = [
{ name: 'Lab Management', path: '/lab', icon: FlaskConical },
{ name: 'Billing', path: '/billing', icon: CreditCard },
{ name: 'Reports', path: '/reports', icon: FileText },
{ name: 'Organizations', path: '/select-organization', icon: Building2 },
];
function Sidebar() {