Commit 76fc1935 authored by 陈帅's avatar 陈帅

fix tslint error

parent c6f777e8
import React from 'EditorFlow/node_modules/_@types_react@16.8.18@@types/react'; import React from 'react';
import { Card } from 'EditorFlow/node_modules/_antd@3.18.2@antd/lib'; import { Card } from 'antd';
import { ItemPanel, Item } from 'gg-editor'; import { ItemPanel, Item } from 'gg-editor';
import styles from './index.less'; import styles from './index.less';
......
import React from 'EditorFlow/node_modules/_@types_react@16.8.18@@types/react'; import React from 'react';
import { Row, Col } from 'EditorFlow/node_modules/_antd@3.18.2@antd/lib'; import { Row, Col } from 'antd';
import GGEditor, { Flow } from 'gg-editor'; import GGEditor, { Flow } from 'gg-editor';
import EditorMinimap from './components/EditorMinimap'; import EditorMinimap from './components/EditorMinimap';
import { FlowContextMenu } from './components/EditorContextMenu'; import { FlowContextMenu } from './components/EditorContextMenu';
......
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