Skip to content

Commit

Permalink
Add to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuboglu committed Apr 17, 2023
1 parent 3def472 commit 6eab7cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meerkat/interactive/app/src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export { default as ChoroplethMapbox } from './component/plotly/choropleth_mapbo
export { default as DensityContour } from './component/plotly/density_contour/DensityContour.svelte';
export { default as DensityHeatmap } from './component/plotly/density_heatmap/DensityHeatmap.svelte';
export { default as DensityMapbox } from './component/plotly/density_mapbox/DensityMapbox.svelte';
export { default as DynamicScatter } from './component/plotly/dynamic_scatter/DynamicScatter.svelte';
export { default as ECDF } from './component/plotly/ecdf/ECDF.svelte';
export { default as Funnel } from './component/plotly/funnel/Funnel.svelte';
export { default as FunnelArea } from './component/plotly/funnel_area/FunnelArea.svelte';
Expand Down

0 comments on commit 6eab7cd

Please sign in to comment.