code quality

This commit is contained in:
2026-01-26 17:56:11 +01:00
parent 3a4f460a7d
commit f2bd80ccd3
81 changed files with 301 additions and 311 deletions

View File

@@ -1,4 +1,4 @@
'use client';
import { DriverCard } from '@/components/drivers/DriverCard';
import { DriverGrid } from '@/components/drivers/DriverGrid';
@@ -9,6 +9,7 @@ import { EmptyState } from '@/ui/EmptyState';
import { Input } from '@/ui/Input';
import { PageHeader } from '@/ui/PageHeader';
import { Section } from '@/ui/Section';
import { Stack } from '@/ui/Stack';
import { Search, Users } from 'lucide-react';
interface DriversTemplateProps {