1
0
forked from noxious/client

Improvements

This commit is contained in:
2025-01-14 02:39:41 +01:00
parent 419cf319be
commit 93baa10acf
34 changed files with 34 additions and 35 deletions

View File

@ -7,7 +7,7 @@
</template>
<script setup lang="ts">
import GmPanel from '@/components/game/gameMaster/GmPanel.vue'
import GmPanel from '@/components/gameMaster/GmPanel.vue'
import Characters from '@/components/screens/Characters.vue'
import Game from '@/components/screens/Game.vue'
import Loading from '@/components/screens/Loading.vue'