mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Updated Liveblocks Config
This commit is contained in:
parent
291dfb079f
commit
525e9311e0
1 changed files with 2 additions and 2 deletions
|
@ -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); */
|
||||
|
|
Loading…
Reference in a new issue