diff --git a/client/src/components/contract-form/contract-form.component.jsx b/client/src/components/contract-form/contract-form.component.jsx index 803fd59d0..b61bc6f2c 100644 --- a/client/src/components/contract-form/contract-form.component.jsx +++ b/client/src/components/contract-form/contract-form.component.jsx @@ -1,5 +1,5 @@ import { WarningFilled } from "@ant-design/icons"; -import { Form, Input, InputNumber, Space, Switch } from "antd"; +import { Form, Input, InputNumber, Space } from "antd"; import moment from "moment"; import React from "react"; import { useTranslation } from "react-i18next"; diff --git a/client/src/components/production-board-kanban/production-board-kanban.card-settings.component.jsx b/client/src/components/production-board-kanban/production-board-kanban.card-settings.component.jsx index cfecf04fa..bb8c7d68a 100644 --- a/client/src/components/production-board-kanban/production-board-kanban.card-settings.component.jsx +++ b/client/src/components/production-board-kanban/production-board-kanban.card-settings.component.jsx @@ -6,7 +6,6 @@ import { Form, notification, Popover, - Radio, Row, Switch, } from "antd";