mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-04-30 18:59:37 +00:00
Fixed Build Issues
This commit is contained in:
parent
45e5628713
commit
cc72a29630
3 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
import { Liveblocks } from '@liveblocks/node';
|
||||
import { useUser, auth } from '@clerk/nextjs';
|
||||
import { useUser } from '@clerk/nextjs';
|
||||
import { auth } from '@clerk/nextjs/server';
|
||||
|
||||
const liveblocks = new Liveblocks({
|
||||
secret: process.env.LIVEBLOCKS_SECRET_DEV_API_KEY!,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue