Skip to content

Commit 6706745

Browse files
committed
Export EmbeddedExploration component
1 parent 4759f94 commit 6706745

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/scripts/libs/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export {
5656

5757
export {
5858
CatalogContent,
59+
EmbeddedExploration,
5960
ExplorationAndAnalysis,
6061
StoriesHubContent,
6162
DatasetSelectorModal
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export { default as CatalogContent } from '$components/common/catalog/catalog-content';
22
export { default as ExplorationAndAnalysis } from '$components/exploration';
3+
export { default as EmbeddedExploration } from '$components/exploration/embed-exploration';
34
// DataSelectorModal needs to be paried with E&A, so putting this for now.
45
export { DatasetSelectorModal } from '$components/exploration/components/dataset-selector-modal';
56
export { default as StoriesHubContent } from '$components/stories/hub/hub-content';

0 commit comments

Comments
 (0)