Add project management support and integrate customer-project functionality
This commit is contained in:
@@ -4,6 +4,7 @@ export const breadcrumbMap: Record<string, string> = {
|
||||
'demo': 'Demo',
|
||||
'users': 'User Management',
|
||||
'customers': 'Kundenübersicht',
|
||||
'projects': 'Projekte',
|
||||
};
|
||||
|
||||
export const breadcrumbResolvers: Record<string, (id: string) => Promise<string>> = {
|
||||
|
||||
Reference in New Issue
Block a user