refactor(bundle): create separate plugins bundle closes #15
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user