mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
Themes: add themes page
This commit is contained in:
parent
f85fadef2d
commit
fd49342e12
7 changed files with 149 additions and 8 deletions
|
|
@ -11,6 +11,7 @@ import {
|
|||
|
||||
import HomeView from '~/src/views/HomeView/HomeView'
|
||||
import GamesView from '~/src/views/GamesView/GamesView'
|
||||
import ThemesView from '~/src/views/ThemesView/ThemesView'
|
||||
import PlayerView from '~/src/views/PlayerView/PlayerView'
|
||||
import NotFoundView from '~/src/views/NotFoundView'
|
||||
|
||||
|
|
@ -46,6 +47,11 @@ function App () {
|
|||
<Route path='/games/'>
|
||||
<GamesView />
|
||||
</Route>
|
||||
<Route path='/themes/'>
|
||||
<ThemesView {...{
|
||||
themeEngine,
|
||||
}} />
|
||||
</Route>
|
||||
|
||||
<Route path='/play/:encodedUrl'>
|
||||
{ playerView(themeEngine, false) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue