Simplify import path in ol/style/

This commit is contained in:
Frederic Junod
2018-10-12 14:40:46 +02:00
parent 219dacb232
commit caaf8cb86f
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import {listenOnce, unlistenByKey} from '../events.js';
import EventTarget from '../events/Target.js';
import EventType from '../events/EventType.js';
import ImageState from '../ImageState.js';
import {shared as iconImageCache} from '../style/IconImageCache.js';
import {shared as iconImageCache} from './IconImageCache.js';
class IconImage extends EventTarget {
/**