diff --git a/client/src/components/parts-order-modal/parts-order-modal.component.jsx b/client/src/components/parts-order-modal/parts-order-modal.component.jsx index 7ce456280..8fcbe4007 100644 --- a/client/src/components/parts-order-modal/parts-order-modal.component.jsx +++ b/client/src/components/parts-order-modal/parts-order-modal.component.jsx @@ -1,17 +1,17 @@ -import { DeleteFilled, WarningFilled, DownOutlined } from "@ant-design/icons"; +import { DeleteFilled, DownOutlined, WarningFilled } from "@ant-design/icons"; import { useTreatments } from "@splitsoftware/splitio-react"; import { + Checkbox, Divider, + Dropdown, Form, Input, InputNumber, + Menu, Radio, + Select, Space, Tag, - Select, - Menu, - Dropdown, - Checkbox, } from "antd"; import React from "react"; import { useTranslation } from "react-i18next"; @@ -255,7 +255,7 @@ export function PartsOrderModalComponent({ }, ]} > - +