forked from noxious/client
bit of cleaning, npm updated, working on character moving, typescript improvements
This commit is contained in:
@ -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: () => ({
|
||||
|
Reference in New Issue
Block a user