Updated Liveblocks Config

This commit is contained in:
Ahmad 2024-03-22 17:24:54 -04:00
parent 291dfb079f
commit 525e9311e0
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -1,4 +1,4 @@
import { createClient } from '@liveblocks/client';
/* import { createClient } from '@liveblocks/client';
import { createRoomContext, createLiveblocksContext } from '@liveblocks/react';
const client = createClient({
@ -70,4 +70,4 @@ export const {
useUser,
useRoomInfo,
},
} = createLiveblocksContext<UserMeta, ThreadMetadata>(client);
} = createLiveblocksContext<UserMeta, ThreadMetadata>(client); */