Fixed Crash in Frontend

This commit is contained in:
Denis Urs Rudolph
2025-12-11 21:04:37 +01:00
parent 6de23e0e77
commit c1031e3f9a
2 changed files with 37 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
'use client';
import { Vehicle } from '@/lib/api';
import { getVehicleDisplayStatus } from '@/lib/utils';
import { Car, Clock, Signal, Layers } from 'lucide-react';
import { clsx } from 'clsx';