Deextract prepareVM

This commit is contained in:
He4eT 2021-02-25 00:59:41 +05:00
commit 58235e18fb
5 changed files with 56 additions and 43 deletions

View file

@ -0,0 +1,9 @@
import { h } from 'preact'
export default function ({ vmParts: { file, engine } }) {
return (
<div>
Player
</div>
)
}