Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
pro-blocks
Commits
76fc1935
Commit
76fc1935
authored
May 22, 2019
by
陈帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tslint error
parent
c6f777e8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
EditorFlow/src/components/EditorItemPanel/FlowItemPanel.js
EditorFlow/src/components/EditorItemPanel/FlowItemPanel.js
+2
-2
EditorFlow/src/index.tsx
EditorFlow/src/index.tsx
+2
-2
No files found.
EditorFlow/src/components/EditorItemPanel/FlowItemPanel.js
View file @
76fc1935
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
'
;
...
...
EditorFlow/src/index.tsx
View file @
76fc1935
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
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment