1
0
forked from noxious/client

Updated TS types

This commit is contained in:
2024-07-21 22:26:28 +02:00
parent 5140e205ad
commit 12cd7b667a
3 changed files with 20 additions and 8 deletions

View File

@ -61,6 +61,6 @@ export const useGameStore = defineStore('game', {
this.character = null
useCookies().remove('token')
},
}
}
})