From 2b104b8455f4723ee156dfb20cc23fe826d722f9 Mon Sep 17 00:00:00 2001 From: dohyeons Date: Tue, 14 Oct 2025 11:53:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=EA=B0=80=EC=A0=B8=EC=98=A4=EA=B8=B0=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/admin/dashboard/widgets/DriverListView.tsx | 1 - 1 file changed, 1 deletion(-) 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";