mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-06 04:53:56 +03:00
fix: Canceling the chat
This commit is contained in:
parent
f3106daa4b
commit
112db5c6ac
2 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
function Chat() {}
|
|
||||||
|
|
||||||
export default Chat;
|
|
Loading…
Reference in a new issue