import { io } from 'socket.io-client' export const socket = io("http://192.168.1.198:3000", { reconnection: true, })