This commit is contained in:
2026-02-22 18:35:59 +03:00
parent fd54fa75bd
commit 25750fee51
21 changed files with 400 additions and 222 deletions

5
src/stores/sockets.ts Normal file
View File

@@ -0,0 +1,5 @@
import { defineStore } from 'pinia'
export const useSockets = defineStore('sockets', () => {
return {}
})