From b3823a4f32efd19193056c62b08b00a8d7142711 Mon Sep 17 00:00:00 2001 From: Marshal Date: Thu, 20 Aug 2026 18:28:40 +0000 Subject: [PATCH] fix issue --- .../src/pages/bookings/BookingClearanceWorkflowBanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-freight-web/portal/src/pages/bookings/BookingClearanceWorkflowBanner.tsx b/apps/edr-freight-web/portal/src/pages/bookings/BookingClearanceWorkflowBanner.tsx index 35d3f174a..9efc0de26 100644 --- a/apps/edr-freight-web/portal/src/pages/bookings/BookingClearanceWorkflowBanner.tsx +++ b/apps/edr-freight-web/portal/src/pages/bookings/BookingClearanceWorkflowBanner.tsx @@ -33,7 +33,7 @@ import { downloadStoredFile } from "@/services/files.service"; import { ClearancePhaseStepper } from "../contracts/ClearancePhaseStepper"; import { ClearanceUploadedDocumentsPanel } from "@/components/contracts/ClearanceUploadedDocumentsPanel"; import { useFileViewer } from "@/hooks/useFileViewer"; -import { GREEN, INK } from "../contracts/contract-ui"; +import { INK } from "../contracts/contract-ui"; const BORDER = "#E6ECF2";