import { io } from './weapp.socket.io.wx';
import { Socket } from "socket.io-client";
export default io;
export { Socket, };