Simplify import path in ol/proj/

This commit is contained in:
Frederic Junod
2018-10-12 14:41:39 +02:00
parent caaf8cb86f
commit 53c2be0c7a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/**
* @module ol/proj/Projection
*/
import {METERS_PER_UNIT} from '../proj/Units.js';
import {METERS_PER_UNIT} from './Units.js';
/**