feat: split swift into standalone module
This commit is contained in:
@@ -20,7 +20,8 @@ import {
|
||||
Stethoscope,
|
||||
Calendar,
|
||||
FileBarChart,
|
||||
PenLine
|
||||
PenLine,
|
||||
Zap
|
||||
} from 'lucide-react';
|
||||
|
||||
interface SubNavigationItem {
|
||||
@@ -46,6 +47,7 @@ interface EPDSidebarProps {
|
||||
|
||||
// LEVEL 1: Behandelaar Context Navigation
|
||||
const level1NavigationItems: NavigationItem[] = [
|
||||
{ id: "swift", name: "Swift", icon: Zap, href: "/epd/swift" },
|
||||
{ id: "dashboard", name: "Dashboard", icon: LayoutDashboard, href: "/epd/dashboard" },
|
||||
{ id: "clients", name: "Cliënten", icon: Users, href: "/epd/patients" },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user