Skip to content

Commit

Permalink
Remove incorrect exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Sep 30, 2022
1 parent 8a8d246 commit 78b748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export { CMPTLoader } from './three/CMPTLoader.js';
export { GLTFExtensionLoader } from './three/GLTFExtensionLoader.js';
export { EllipsoidRegionHelper, EllipsoidRegionLineHelper } from './three/objects/EllipsoidRegionHelper.js';
export { SphereHelper } from './three/objects/SphereHelper.js';
export { Ellipsoid, WGS84_RADIUS, WGS84_HEIGHT } from './three/math/Ellipsoid.js';
export { Ellipsoid } from './three/math/Ellipsoid.js';
export { EllipsoidRegion } from './three/math/EllipsoidRegion.js';

export { TilesRendererBase } from './base/TilesRendererBase.js';
Expand Down

0 comments on commit 78b748a

Please sign in to comment.