refactor(bundle): only create one bundle #15
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import React, { PureComponent } from 'react';
|
||||
|
||||
import Graph, { isEdge, removeElements, addEdge, getOutgoers } from '../../../src';
|
||||
import { MiniMap, Controls } from '../../../src/plugins';
|
||||
import Graph, { isEdge, removeElements, addEdge, getOutgoers, MiniMap, Controls } from '../../../src';
|
||||
|
||||
import SpecialNode from './SpecialNode';
|
||||
import InputNode from './InputNode';
|
||||
|
||||
Reference in New Issue
Block a user