add features

This commit is contained in:
Matthias Hochmeister
2026-02-27 19:47:20 +01:00
parent 44e22a9fc6
commit c5e8337a69
11 changed files with 1554 additions and 194 deletions

View File

@@ -14,6 +14,7 @@ import {
DirectionsCar,
Build,
People,
CalendarMonth as CalendarIcon,
} from '@mui/icons-material';
import { useNavigate, useLocation } from 'react-router-dom';
@@ -51,6 +52,11 @@ const navigationItems: NavigationItem[] = [
icon: <People />,
path: '/mitglieder',
},
{
text: 'Dienstkalender',
icon: <CalendarIcon />,
path: '/kalender',
},
];
interface SidebarProps {