Fix: Middlerawe/4

This commit is contained in:
2024-11-21 16:21:46 +08:00
parent 10dee19f98
commit 0a03b05d4e
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ export default async function RootLayout({
<RootStyleRegistry>
{/* <MqttLoader />
<TokenProvider token={token} envObject={envObject} /> */}
{/* <RealtimeProvider userLoginId={userLoginId as string} /> */}
<RealtimeProvider userLoginId={userLoginId as string} />
{children}
</RootStyleRegistry>
);