remove unused js code
This commit is contained in:
@ -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 {
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user