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
+1 -1
View File
@@ -1,4 +1,4 @@
import _ol_extent_ from '../../../../src/ol/extent.js';
import * as _ol_extent_ from '../../../../src/ol/extent.js';
import _ol_geom_Circle_ from '../../../../src/ol/geom/Circle.js';
import _ol_geom_LinearRing_ from '../../../../src/ol/geom/LinearRing.js';
import _ol_geom_Polygon_ from '../../../../src/ol/geom/Polygon.js';