restructure $lib

This commit is contained in:
Ollie Taylor
2023-02-24 13:15:34 +00:00
parent 55c7448248
commit 29ee8f1763
12 changed files with 13 additions and 20 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
// Reexport your entry components here
export * from '$lib/components/audio';
export { default as AudioLoader } from '$lib/components/audio-loader.svelte';
export { audio } from '$lib/context/audio';