website refactor
This commit is contained in:
@@ -4,10 +4,10 @@ import { DriversDirectoryHeader } from '@/components/drivers/DriversDirectoryHea
|
||||
import { DriverSearchBar } from '@/components/drivers/DriverSearchBar';
|
||||
import { DriverTable } from '@/components/drivers/DriverTable';
|
||||
import { DriverTableRow } from '@/components/drivers/DriverTableRow';
|
||||
import { EmptyState } from '@/components/shared/state/EmptyState';
|
||||
import { EmptyState } from '@/ui/EmptyState';
|
||||
import type { DriversViewData } from '@/lib/types/view-data/DriversViewData';
|
||||
import { Container } from '@/ui/Container';
|
||||
import { Stack } from '@/ui/primitives/Stack';
|
||||
import { Stack } from '@/ui/Stack';
|
||||
import { Search } from 'lucide-react';
|
||||
|
||||
interface DriversTemplateProps {
|
||||
|
||||
Reference in New Issue
Block a user