refactor(bundle): create separate plugins bundle closes #15

This commit is contained in:
moklick
2019-10-08 20:53:00 +02:00
parent 956f4fb978
commit 161ab7fdfd
10 changed files with 245 additions and 40 deletions

View File

@@ -1,6 +1,7 @@
import React, { PureComponent } from 'react';
import Graph, { isEdge, removeElements, addEdge, getOutgoers, MiniMap, Controls } from '../../../src';
import Graph, { isEdge, removeElements, addEdge, getOutgoers } from '../../../src';
import { MiniMap, Controls } from '../../../src/plugins';
import SpecialNode from './SpecialNode';
import InputNode from './InputNode';