Skip to content

Commit

Permalink
Fix index test
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuboglu committed Mar 12, 2023
1 parent e535375 commit 812a3fb
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 @@ -16,6 +16,7 @@ export { default as Row } from './component/contrib/row/Row.svelte';
export { default as FMFilter } from "./component/contrib/fm_filter/FMFilter.svelte";
export { default as GlobalStats } from './component/contrib/global_stats/GlobalStats.svelte';
/** Core Components */
export { default as Audio } from './component/core/audio/Audio.svelte';
export { default as Button } from './component/core/button/Button.svelte';
export { default as Carousel } from './component/core/carousel/Carousel.svelte';
export { default as Chat } from './component/core/chat/Chat.svelte';
Expand Down

0 comments on commit 812a3fb

Please sign in to comment.