mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Deextract prepareVM
This commit is contained in:
parent
0474e0355e
commit
58235e18fb
5 changed files with 56 additions and 43 deletions
9
src/components/player/Player.js
Normal file
9
src/components/player/Player.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { h } from 'preact'
|
||||
|
||||
export default function ({ vmParts: { file, engine } }) {
|
||||
return (
|
||||
<div>
|
||||
Player
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue