Avoid duplicate imports

This commit is contained in:
Tim Schaub
2022-02-05 11:46:26 -07:00
parent cdd1537a41
commit f10ba5c1e3
18 changed files with 54 additions and 47 deletions
+1 -2
View File
@@ -23,9 +23,8 @@ import {
getKey as getTileCoordKey,
} from '../../tilecoord.js';
import {fromUserExtent} from '../../proj.js';
import {getIntersection} from '../../extent.js';
import {getIntersection, isEmpty} from '../../extent.js';
import {getUid} from '../../util.js';
import {isEmpty} from '../../extent.js';
import {numberSafeCompareFunction} from '../../array.js';
import {toSize} from '../../size.js';