Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Dec 1, 2024
1 parent 9254c8a commit 512c808
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ export { CesiumIonAuthPlugin } from './three/CesiumIonAuthPlugin';
export { GoogleCloudAuthPlugin } from './three/GoogleCloudAuthPlugin';
export { UpdateOnChangePlugin } from './three/UpdateOnChangePlugin';
export { TileCompressionPlugin } from './three/TileCompressionPlugin';
export { GLTFExtensionsPlugin } from './three/GLTFExtensionsPlugin';
export { ReorientationPlugin } from './three/ReorientationPlugin';
export { TilesFadePlugin } from './three/fade/TilesFadePlugin';
export * from './three/DebugTilesPlugin';

Expand Down
2 changes: 2 additions & 0 deletions src/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ export { CesiumIonAuthPlugin } from './three/CesiumIonAuthPlugin.js';
export { GoogleCloudAuthPlugin } from './three/GoogleCloudAuthPlugin.js';
export { UpdateOnChangePlugin } from './three/UpdateOnChangePlugin.js';
export { TileCompressionPlugin } from './three/TileCompressionPlugin.js';
export { GLTFExtensionsPlugin } from './three/GLTFExtensionsPlugin.js';
export { ReorientationPlugin } from './three/ReorientationPlugin.js';
export { TilesFadePlugin } from './three/fade/TilesFadePlugin.js';
export * from './three/DebugTilesPlugin.js';

Expand Down

0 comments on commit 512c808

Please sign in to comment.