Remove unused d3 imports

This commit is contained in:
Bryan Housel
2017-07-04 02:00:39 -04:00
parent fd399de9d7
commit 562edc8121
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
import * as d3 from 'd3';
import _ from 'lodash';
import { t } from '../../util/locale';
import { svgIcon } from '../../svg';

View File

@@ -1,4 +1,3 @@
import * as d3 from 'd3';
import _ from 'lodash';
import { t } from '../../util/locale';
import { services } from '../../services';