import { io } from "socket.io-client";
import { ADRESSE_WEBSERVER } from "./AdressSetup";
const socket = io(ADRESSE_WEBSERVER);
export {socket}