Fixed Build Issues

This commit is contained in:
Ahmad 2024-03-22 16:52:51 -04:00
parent 45e5628713
commit cc72a29630
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
3 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
'use server';
import { auth, currentUser } from '@clerk/nextjs';
import { auth, currentUser } from '@clerk/nextjs/server';
import { revalidatePath } from 'next/cache';
import { db } from '@/lib/db';