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
@@ -2,7 +2,7 @@
* @module ol/style/Circle
*/
import RegularShape from '../style/RegularShape.js';
import RegularShape from './RegularShape.js';
/**