[feature] deploy to single file

This commit is contained in:
Janis
2023-06-25 22:31:01 +02:00
parent 4ef9d0c3b2
commit 9162aede1a
6 changed files with 57 additions and 35 deletions

View File

@@ -44,7 +44,6 @@ export default function App() {
}, []);
useEffect(() => {
console.log("====================================");
setCurrentStates();
}, [clients, channels, connections, activeConnectionId]);