1
0
forked from noxious/client

Removed BackgroundImageLoader component

This commit is contained in:
2025-02-10 15:11:36 +01:00
parent 04203cb9c1
commit 4070bcf048
2 changed files with 0 additions and 24 deletions

View File

@ -1,7 +1,6 @@
<template>
<Debug />
<Notifications />
<BackgroundImageLoader />
<GmPanel v-if="gameStore.character?.role === 'gm'" />
<component :is="currentScreen" />
</template>