Import inherits, getUid, and VERSION from ol/util

This commit is contained in:
Tim Schaub
2018-07-19 10:26:17 -06:00
parent 83972b00a5
commit c860aed960
16 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
import {getUid} from '../../../../../src/ol/index.js';
import {getUid} from '../../../../../src/ol/util.js';
import Feature from '../../../../../src/ol/Feature.js';
import GeometryCollection from '../../../../../src/ol/geom/GeometryCollection.js';
import LineString from '../../../../../src/ol/geom/LineString.js';