불필요한 가져오기 삭제
This commit is contained in:
parent
d149f0baaa
commit
2b104b8455
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue