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 {inherits} from '../src/ol/index.js';
import {inherits} from '../src/ol/util.js';
import Feature from '../src/ol/Feature.js';
import Map from '../src/ol/Map.js';
import View from '../src/ol/View.js';