Commit 88eb730c authored by 李纪文's avatar 李纪文

fix: 修改

parent f5514a42
This diff is collapsed.
......@@ -2,7 +2,6 @@
import React, { useContext } from 'react';
import moment from 'moment';
import classNames from 'classnames';
// eslint-disable-next-line no-unused-vars
import { DatePicker, ConfigProvider, TimePicker } from 'antd';
import './index.less';
......
......@@ -30,5 +30,9 @@
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"classnames": "^2.2.6"
}
}
// eslint-disable-next-line no-unused-vars
import React, { useContext } from 'react';
import classNames from 'classnames';
// eslint-disable-next-line no-unused-vars
import { Select, TreeSelect, ConfigProvider } from 'antd';
import './index.less';
......
......@@ -30,5 +30,9 @@
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"classnames": "^2.2.6"
}
}
// eslint-disable-next-line no-unused-vars
import React, { useContext } from 'react';
import classNames from 'classnames';
// eslint-disable-next-line no-unused-vars
import { Tree, ConfigProvider } from 'antd';
import './index.less';
......
......@@ -43,7 +43,6 @@ import {
import './index.less';
const goJS = go.GraphObject.make;
// let twoID = `TDG${Date.now().toString(36)}`;
let online = false;
// let myDiagram = null;
let imgUrl = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment