From 112db5c6ac2327888489338674fdb2bba16739ed Mon Sep 17 00:00:00 2001 From: Artemy Date: Tue, 4 Apr 2023 18:15:46 +0300 Subject: [PATCH] fix: Canceling the chat --- src/App.jsx | 2 ++ src/pages/chat.jsx | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 src/pages/chat.jsx diff --git a/src/App.jsx b/src/App.jsx index 1385f63..e690f0d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -37,6 +37,8 @@ function App() { setKey(Math.random()); }); + window.socket = socket; + return (