1
0
forked from noxious/client

bit of cleaning, npm updated, working on character moving, typescript improvements

This commit is contained in:
2024-06-04 17:23:51 +02:00
parent b7aa4797b6
commit 45d4b69ab3
9 changed files with 80 additions and 170 deletions

View File

@ -3,7 +3,6 @@ import { io, Socket } from 'socket.io-client'
import { useCookies } from '@vueuse/integrations/useCookies'
import config from '@/config'
import type { Character, User } from '@/types'
import { useNotificationStore } from '@/stores/notifications'
export const useSocketStore: StoreDefinition = defineStore('socket', {
state: () => ({