From 0d922a132f5a09628e60fe5374c732084da23a9b Mon Sep 17 00:00:00 2001 From: natib21 Date: Mon, 29 Jun 2026 08:46:03 +0000 Subject: [PATCH] fix --- .../backoffice/src/pages/operations/FirstMilePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-freight-web/backoffice/src/pages/operations/FirstMilePage.tsx b/apps/edr-freight-web/backoffice/src/pages/operations/FirstMilePage.tsx index ebec2323c..7532e2dbf 100644 --- a/apps/edr-freight-web/backoffice/src/pages/operations/FirstMilePage.tsx +++ b/apps/edr-freight-web/backoffice/src/pages/operations/FirstMilePage.tsx @@ -18,7 +18,6 @@ import { Button, Card, Checkbox, - DateInput, Divider, Group, Menu, @@ -31,6 +30,7 @@ import { TextInput, UnstyledButton, } from "@mantine/core"; +import { DateInput } from "@mantine/dates"; import { ruleEngineTable } from "@/components/ruleEngine/ruleEngineStyles"; import { QUERY_KEYS } from "@/constants/QUERY_KEYS";