Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Oct 13, 2023
1 parent 9bff750 commit b6b10ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/main/src/index.ts
Expand Up @@ -134,13 +134,14 @@ export {
TripsLayer,
// TODO v9 glTF dependent layers
// Tile3DLayer,
// TerrainLayer,
TerrainLayer,
MVTLayer,
GeohashLayer
} from '@deck.gl/geo-layers';

// TODO v9 glTF dependent layers
// export {SimpleMeshLayer, ScenegraphLayer} from '@deck.gl/mesh-layers';
// ScenegraphLayer
export {SimpleMeshLayer} from '@deck.gl/mesh-layers';

//
// REACT BINDINGS PACKAGE
Expand Down

0 comments on commit b6b10ac

Please sign in to comment.