zack
🔥 chore(frontend): remove xterm.js component
da79dee
raw
history blame contribute delete
108 Bytes
import io from "socket.io-client";
export const socket = io("http://localhost:5000");
export default socket;