don't import all of d3

This commit is contained in:
Andrew Wong
2018-12-20 16:27:50 -05:00
parent 5971bbebb7
commit 67bab7aecf
+2 -2
View File
@@ -1,11 +1,11 @@
import * as d3 from 'd3';
import { dispatch as d3_dispatch } from 'd3-dispatch';
import _filter from 'lodash-es/filter';
import { utilRebind } from '../util/rebind';
export function IssueManager(context) {
var dispatch = d3.dispatch('reload'),
var dispatch = d3_dispatch('reload'),
self = {},
issues = [];