Rearrange views

This commit is contained in:
He4eT 2021-03-21 23:45:53 +05:00
commit b4e4fd9493
7 changed files with 6 additions and 6 deletions

View file

@ -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'