Remove default export from ol/extent
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import _ol_extent_ from '../../../../src/ol/extent.js';
|
||||
import * as _ol_extent_ from '../../../../src/ol/extent.js';
|
||||
import _ol_geom_LineString_ from '../../../../src/ol/geom/LineString.js';
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import _ol_extent_ from '../../../../src/ol/extent.js';
|
||||
import * as _ol_extent_ from '../../../../src/ol/extent.js';
|
||||
import _ol_geom_LineString_ from '../../../../src/ol/geom/LineString.js';
|
||||
import _ol_geom_MultiLineString_ from '../../../../src/ol/geom/MultiLineString.js';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import _ol_extent_ from '../../../../src/ol/extent.js';
|
||||
import * as _ol_extent_ from '../../../../src/ol/extent.js';
|
||||
import _ol_geom_MultiPoint_ from '../../../../src/ol/geom/MultiPoint.js';
|
||||
import _ol_geom_Point_ from '../../../../src/ol/geom/Point.js';
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user