Remove WS for now

This commit is contained in:
Andras Bacsai
2022-05-11 23:21:45 +02:00
parent 16b7c1708b
commit 60a428a952
6 changed files with 27 additions and 773 deletions

View File

@@ -1,3 +1,3 @@
import ioClient from 'socket.io-client';
const socket = ioClient('http://localhost:3000');
export const io = socket;
// import ioClient from 'socket.io-client';
// const socket = ioClient('http://localhost:3000');
// export const io = socket;