This commit is contained in:
2025-05-21 16:56:54 +03:00
parent 4e5fca2402
commit 4419151510
15 changed files with 422 additions and 218 deletions

View File

@@ -32,5 +32,5 @@ export function GatewayWebSocketConnectionManager() {
};
}, [token]);
return <>{null}</>;
return null;
}