Fixes dist exports

This commit is contained in:
Ollie Taylor
2023-02-24 19:24:58 +00:00
parent 613b81fa0b
commit 6155a3c09f
5 changed files with 5 additions and 5 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
export { default as AudioLoader } from '$lib/components/audio-loader.svelte';
export { audio, type AudioLoadData, type AudioLoadOptions } from '$lib/context/audio';
export * from '$lib/context/audio';
export * from '$lib/context/episode-progress';