File size: 95 Bytes
57da3ff
 
 
1
2
3
4
import { io } from 'socket.io-client';

export const socket = io('/', { autoConnect: false });