Simplify import path in ol/control/

This commit is contained in:
Frederic Junod
2018-10-12 14:39:46 +02:00
parent 6d608c361a
commit 9ab201642c
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* @module ol/control/ZoomSlider
*/
import ViewHint from '../ViewHint.js';
import Control from '../control/Control.js';
import Control from './Control.js';
import {CLASS_CONTROL, CLASS_UNSELECTABLE} from '../css.js';
import {easeOut} from '../easing.js';
import {listen, unlistenByKey} from '../events.js';