Skip to content

Commit

Permalink
Added missing export (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms authored May 28, 2021
1 parent be5da91 commit 79a5cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import LayeredMap from "./components/LayeredMap";
import LeafletMap from "./components/LeafletMap";
import DeckGLMap from "./components/DeckGLMap";
import PriorPosteriorDistribution from "./components/PriorPosteriorDistribution";
import VectorSelector from "./components/VectorSelector";
import WellCompletions from "./components/WellCompletions";

export {
Expand All @@ -21,5 +22,6 @@ export {
PriorPosteriorDistribution,
LeafletMap,
DeckGLMap,
VectorSelector,
WellCompletions,
};

0 comments on commit 79a5cb2

Please sign in to comment.