Remove unused variable - eslint warning

This commit is contained in:
Bryan Housel
2017-03-10 22:48:21 -05:00
parent 6f4d490c6f
commit 2b50d96f38
+1 -1
View File
@@ -1,6 +1,6 @@
import * as d3 from 'd3';
import { utilRebind } from '../../util/rebind';
import { t, textDirection } from '../../util/locale';
import { t } from '../../util/locale';
import { actionReverse } from '../../actions';
import { osmOneWayTags } from '../../osm';
import { svgIcon } from '../../svg';