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

@@ -36,4 +36,7 @@ const Output = ({ files, selectedFileName, importMap }: OutputProps) => {
)
}
Output.Preview = Preview
Output.Transform = Transform
export default Output