mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Themes: add themes
This commit is contained in:
parent
ab69dff04d
commit
26760082f9
6 changed files with 132 additions and 17 deletions
|
|
@ -14,5 +14,9 @@ export default function ({ setTheme, theme, encodedUrl }) {
|
|||
setTargetUrl(decode(encodedUrl))
|
||||
}, [encodedUrl])
|
||||
|
||||
return (<UrlPlayer url={targetUrl} />)
|
||||
return (
|
||||
<main>
|
||||
<UrlPlayer url={targetUrl} />
|
||||
</main>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue