Files
rheinsw-mono-repo/internal_frontend/lib/breadcrumb-map.ts

9 lines
264 B
TypeScript

// lib/breadcrumb-map.ts
export const breadcrumbMap: Record<string, string> = {
'dashboard': 'Dashboard',
'settings': 'Settings',
'demo': 'Demo',
'users': 'User Management',
'customers': 'Kundenübersicht',
// Add more mappings as needed
};