import socket from "../socket";
import Auth from "../auth";

socket.on("sign-out", function () {
	Auth.signout();
});