Fix: Middlerawe/5

This commit is contained in:
2024-11-21 17:24:32 +08:00
parent 0a03b05d4e
commit 6e5a9f785a
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>
);