vip
This commit is contained in:
5
src/stores/sockets.ts
Normal file
5
src/stores/sockets.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export const useSockets = defineStore('sockets', () => {
|
||||
return {}
|
||||
})
|
||||
Reference in New Issue
Block a user