import { Container, Typography, Card, CardContent, Box, } from '@mui/material'; import { DirectionsCar } from '@mui/icons-material'; import DashboardLayout from '../components/dashboard/DashboardLayout'; function Fahrzeuge() { return ( Fahrzeugverwaltung Fahrzeuge Diese Funktion wird in Kürze verfügbar sein Geplante Features:
  • Fahrzeugliste mit Details
  • Wartungspläne und -historie
  • Tankbuch und Kilometerstände
  • TÜV/HU Erinnerungen
  • Fahrzeugdokumentation
); } export default Fahrzeuge;