mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
Rearrange views
This commit is contained in:
parent
890716e549
commit
b4e4fd9493
7 changed files with 6 additions and 6 deletions
|
|
@ -9,9 +9,9 @@ import {
|
|||
useThemeEngine
|
||||
} from '~/src/themes/themes'
|
||||
|
||||
import HomeView from '~/src/views/HomeView'
|
||||
import GamesView from '~/src/views/GamesView'
|
||||
import PlayerView from '~/src/views/PlayerView'
|
||||
import HomeView from '~/src/views/HomeView/HomeView'
|
||||
import GamesView from '~/src/views/GamesView/GamesView'
|
||||
import PlayerView from '~/src/views/PlayerView/PlayerView'
|
||||
import NotFoundView from '~/src/views/NotFoundView'
|
||||
|
||||
import '@fontsource/open-sans'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue