Skip to content

Commit

Permalink
Fixed mapbox-gl style (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerLieber committed Jun 16, 2024
1 parent 10c4274 commit 32b7ce4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/web/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'mapbox-gl/dist/mapbox-gl.css';

import MapboxModule from './MapboxModule';
import Camera from './components/Camera';
import MapView from './components/MapView';
Expand All @@ -16,5 +18,5 @@ const Mapbox = {
...ExportedComponents,
};

export { Camera, MapView, Logger, MarkerView };
export { Camera, Logger, MapView, MarkerView };
export default Mapbox;

0 comments on commit 32b7ce4

Please sign in to comment.