불필요한 가져오기 삭제

This commit is contained in:
dohyeons 2025-10-14 11:53:40 +09:00
parent d149f0baaa
commit 2b104b8455
1 changed files with 0 additions and 1 deletions

View File

@ -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";