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