import { writable } from 'svelte/store'; import { io } from 'socket.io-client'; export let socketStore = writable(io('https://status.neshweb.net/'));