|
|
import { io } from 'socket.io-client';
|
||
|
|
|
||
|
|
export const socket = io('http://192.168.0.10:3000'); // use the IP address of your machine
|
|
|
import { io } from 'socket.io-client';
|
||
|
|
|
||
|
|
export const socket = io('http://192.168.0.10:3000'); // use the IP address of your machine
|