diff --git a/client/src/components/report-center-modal/report-center-modal.component.jsx b/client/src/components/report-center-modal/report-center-modal.component.jsx index bcbd0f14d..ac9e395b5 100644 --- a/client/src/components/report-center-modal/report-center-modal.component.jsx +++ b/client/src/components/report-center-modal/report-center-modal.component.jsx @@ -1,5 +1,5 @@ import { useLazyQuery } from "@apollo/client"; -import { Button, DatePicker, Form, Radio, Select, Switch } from "antd"; +import { Button, DatePicker, Form, Radio, Select } from "antd"; import moment from "moment"; import React, { useState } from "react"; import { useTranslation } from "react-i18next";