remove unused js code

This commit is contained in:
dushixiang
2021-04-17 20:12:31 +08:00
committed by dushixiang
parent 21a68926af
commit 56b8c1f7b7
2 changed files with 1 additions and 3 deletions

View File

@ -26,10 +26,9 @@ import {PROTOCOL_COLORS} from "../../common/constants";
import {isEmpty} from "../../utils/utils"; import {isEmpty} from "../../utils/utils";
import dayjs from "dayjs"; import dayjs from "dayjs";
const confirm = Modal.confirm;
const {Search} = Input; const {Search} = Input;
const {Content} = Layout; const {Content} = Layout;
const {Title, Text} = Typography; const {Title} = Typography;
class ChooseAsset extends Component { class ChooseAsset extends Component {

View File

@ -41,7 +41,6 @@ const confirm = Modal.confirm;
const {Content} = Layout; const {Content} = Layout;
const {Title, Text} = Typography; const {Title, Text} = Typography;
const {Search} = Input; const {Search} = Input;
const CheckboxGroup = Checkbox.Group;
class DynamicCommand extends Component { class DynamicCommand extends Component {