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';