Simplify import path in ol/layer/

This commit is contained in:
Frederic Junod
2018-10-12 14:38:35 +02:00
parent c12b41f8c6
commit 6a797e84ff
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* @module ol/layer/Image
*/
import LayerType from '../LayerType.js';
import Layer from '../layer/Layer.js';
import Layer from './Layer.js';
/**