Optimize Playground

This commit is contained in:
2024-01-19 18:28:53 +08:00
parent 343152c9d3
commit f3dc9d0e4f
4 changed files with 38 additions and 13 deletions

View File

@@ -98,4 +98,7 @@ const Playground = ({ initFiles, initImportMapRaw, initTsconfigRaw }: Playground
)
}
Playground.CodeEditor = CodeEditor
Playground.Output = Output
export default Playground