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