Removed register, it's in the same screen now
This commit is contained in:
parent
a9c2b209d9
commit
32dc7a2963
@ -2,7 +2,6 @@
|
||||
<div class="overflow-hidden">
|
||||
<Notifications />
|
||||
<Login v-if="screen === 'login'" />
|
||||
<!-- <Register v-if="screen === 'register'" />-->
|
||||
<Characters v-if="screen === 'characters'" />
|
||||
<Game v-if="screen === 'game'" />
|
||||
</div>
|
||||
@ -12,7 +11,6 @@
|
||||
import { useGameStore } from '@/stores/gameStore'
|
||||
import Notifications from '@/components/utilities/Notifications.vue'
|
||||
import Login from '@/screens/Login.vue'
|
||||
// import Register from '@/screens/Register.vue'
|
||||
import Characters from '@/screens/Characters.vue'
|
||||
import Game from '@/screens/Game.vue'
|
||||
import { computed } from 'vue'
|
||||
|
Loading…
x
Reference in New Issue
Block a user