From 4b13894ef543f9416652dd4f71d61cd35e3864a5 Mon Sep 17 00:00:00 2001 From: Marshal Date: Thu, 25 Jun 2026 07:41:42 +0000 Subject: [PATCH] remove unused imports from MyBookings component --- apps/edr-freight-web/portal/src/pages/bookings/MyBookings.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/edr-freight-web/portal/src/pages/bookings/MyBookings.tsx b/apps/edr-freight-web/portal/src/pages/bookings/MyBookings.tsx index d180ff5c5..f7c9190b3 100644 --- a/apps/edr-freight-web/portal/src/pages/bookings/MyBookings.tsx +++ b/apps/edr-freight-web/portal/src/pages/bookings/MyBookings.tsx @@ -36,8 +36,6 @@ import { ShipmentTrackingModal } from "./tracking/ShipmentTrackingModal"; import { PayNowButton } from "./payments/PayNowButton"; import { BookingActionButton } from "./clearance/BookingActionButton"; import { bookingHasInlineAction } from "./clearance/bookingNextAction"; -import useAuth from "@/hooks/useAuth"; -import { PROFILE_TYPE_LABELS } from "@/constants/profileMode"; import { BookingTypeBadge, CargoModeCell,