1
0

Updated the End.jsx

This commit is contained in:
Mathias Wagner 2023-11-19 15:31:28 +01:00
parent cacef7dfa1
commit e1de02369e
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -20,6 +20,7 @@ export const End = () => {
useEffect(() => {
socket.disconnect();
socket.connect();
}, []);
return (