1
0
forked from noxious/client

Tiny improvements

This commit is contained in:
2025-01-13 14:51:28 +01:00
parent 5cf7423a5c
commit 0657dbcb1b
48 changed files with 54 additions and 54 deletions

View File

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