From 116a2a7b89136a6a1f999a9fe308af1a6d13884a Mon Sep 17 00:00:00 2001 From: ghost2023 Date: Sun, 6 Sep 2026 22:15:06 +0300 Subject: [PATCH] fix --- .../src/components/bookings/OperationRescheduleModal.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/edr-freight-web/backoffice/src/components/bookings/OperationRescheduleModal.tsx b/apps/edr-freight-web/backoffice/src/components/bookings/OperationRescheduleModal.tsx index 8fa1d5c46..0e31ceff4 100644 --- a/apps/edr-freight-web/backoffice/src/components/bookings/OperationRescheduleModal.tsx +++ b/apps/edr-freight-web/backoffice/src/components/bookings/OperationRescheduleModal.tsx @@ -22,6 +22,11 @@ import { useBookingDetail, useBookingMutations, } from "@/hooks/bookings/useBookings"; +import { + eatDay, + exportTrainOption, + isExportRailBooking, +} from "@/features/bookings/shipmentDay"; export interface OperationRescheduleModalProps { bookingId: string;