Resolve CI Issues.

This commit is contained in:
Patrick Fic
2021-11-17 22:18:09 -08:00
parent fed16efd10
commit 45ab7543d5
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { WarningFilled } from "@ant-design/icons"; 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 moment from "moment";
import React from "react"; import React from "react";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";

View File

@@ -6,7 +6,6 @@ import {
Form, Form,
notification, notification,
Popover, Popover,
Radio,
Row, Row,
Switch, Switch,
} from "antd"; } from "antd";