This commit is contained in:
He4eT 2021-03-03 02:40:43 +05:00
commit 675a84c14b
13 changed files with 34 additions and 54 deletions

View file

@ -35,7 +35,7 @@ function App () {
</Route>
<Route path='/play/:theme/:encodedUrl'>
{params => <PlayerView {...{
setTheme: themeEngine.setTheme,
...themeEngine,
...params
}} />}
</Route>