From d34ed45d110be3df1436519594cf6cfd55a55ead Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Fri, 22 Dec 2023 21:02:11 +0200 Subject: Drive side done. --- driver/src/components/RideDialog.tsx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'driver/src/components/RideDialog.tsx') diff --git a/driver/src/components/RideDialog.tsx b/driver/src/components/RideDialog.tsx index ff3aa98..e57fc89 100644 --- a/driver/src/components/RideDialog.tsx +++ b/driver/src/components/RideDialog.tsx @@ -14,19 +14,6 @@ import { Input } from "@/components/ui/input" import { Label } from "@/components/ui/label" import { useState } from "react" import { useToast } from "./ui/use-toast" -import { ToastAction } from "./ui/toast" - -interface RideOrder { - driverName: string - carBrand: string - carModel: string - carColor: string - plateNumber: string - status: string - orderTime: Date - pickUpLocation: string - dropOffLocation: string -} function RideDialog({ name, brand, model, color, plateNumber, phoneNumber }: any) { -- cgit v1.2.3