fix: Canceling the chat

This commit is contained in:
Artemy 2023-04-04 18:15:46 +03:00
parent f3106daa4b
commit 112db5c6ac
2 changed files with 2 additions and 3 deletions

View file

@ -37,6 +37,8 @@ function App() {
setKey(Math.random()); setKey(Math.random());
}); });
window.socket = socket;
return ( return (
<div <div
className="grid grid-cols-4 lg:grid-cols-5 gap-10 text-black dark:text-white" className="grid grid-cols-4 lg:grid-cols-5 gap-10 text-black dark:text-white"

View file

@ -1,3 +0,0 @@
function Chat() {}
export default Chat;