everything working on spaces

This commit is contained in:
freddyaboulton
2024-09-25 12:18:32 -04:00
parent 83be4aa3ea
commit 11c828edb5
17 changed files with 91 additions and 1157 deletions

View File

@@ -1,6 +1,4 @@
export { default as BaseInteractiveVideo } from "./shared/InteractiveVideo.svelte";
export { default as BaseStaticVideo } from "./shared/VideoPreview.svelte";
export { default as BasePlayer } from "./shared/Player.svelte";
export { prettyBytes, playable, loaded } from "./shared/utils";
export { default as BaseExample } from "./Example.svelte";
import { default as Index } from "./Index.svelte";