Remove default export from ol/extent

This commit is contained in:
Andreas Hocevar
2017-12-13 21:53:07 +01:00
parent 6ed56b5de1
commit 5a4887e300
31 changed files with 30 additions and 77 deletions

View File

@@ -1,5 +1,5 @@
import _ol_Feature_ from '../../../../src/ol/Feature.js';
import _ol_extent_ from '../../../../src/ol/extent.js';
import * as _ol_extent_ from '../../../../src/ol/extent.js';
import _ol_format_EsriJSON_ from '../../../../src/ol/format/EsriJSON.js';
import _ol_geom_LineString_ from '../../../../src/ol/geom/LineString.js';
import _ol_geom_LinearRing_ from '../../../../src/ol/geom/LinearRing.js';