From 562edc8121340ce3c4cbdce440655ece7bb65035 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 4 Jul 2017 02:00:39 -0400 Subject: [PATCH] Remove unused d3 imports --- modules/ui/panels/history.js | 1 - modules/ui/panels/location.js | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/ui/panels/history.js b/modules/ui/panels/history.js index 127628e57..1682d77f7 100644 --- a/modules/ui/panels/history.js +++ b/modules/ui/panels/history.js @@ -1,4 +1,3 @@ -import * as d3 from 'd3'; import _ from 'lodash'; import { t } from '../../util/locale'; import { svgIcon } from '../../svg'; diff --git a/modules/ui/panels/location.js b/modules/ui/panels/location.js index 054cb6079..d6180b078 100644 --- a/modules/ui/panels/location.js +++ b/modules/ui/panels/location.js @@ -1,4 +1,3 @@ -import * as d3 from 'd3'; import _ from 'lodash'; import { t } from '../../util/locale'; import { services } from '../../services';