diff --git a/frontend/components/admin/dashboard/widgets/DriverListView.tsx b/frontend/components/admin/dashboard/widgets/DriverListView.tsx index f5df6944..cddbe6c6 100644 --- a/frontend/components/admin/dashboard/widgets/DriverListView.tsx +++ b/frontend/components/admin/dashboard/widgets/DriverListView.tsx @@ -1,6 +1,5 @@ "use client"; -import React from "react"; import { DriverInfo, DriverManagementConfig } from "../types"; import { getStatusColor, getStatusLabel, formatTime, COLUMN_LABELS } from "./driverUtils"; import { Progress } from "@/components/ui/progress";