mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
t :# 请为您的变更输入提交说明。以 '#' 开始的行将被忽略,而一个空的提交
This commit is contained in:
5
frontend/index.ts
Normal file
5
frontend/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export { default as BaseInteractiveVideo } from "./shared/InteractiveVideo.svelte";
|
||||
export { prettyBytes, playable, loaded } from "./shared/utils";
|
||||
export { default as BaseExample } from "./Example.svelte";
|
||||
import { default as Index } from "./Index.svelte";
|
||||
export default Index;
|
||||
Reference in New Issue
Block a user