Dirty markup

This commit is contained in:
He4eT 2021-03-02 01:28:45 +05:00
commit dddf378977
5 changed files with 131 additions and 27 deletions

View file

@ -15,7 +15,7 @@ export default function ({ setTheme, theme, encodedUrl }) {
}, [encodedUrl])
return (
<main>
<main className='view playerView'>
<UrlPlayer url={targetUrl} />
</main>
)