update Clerk V5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use client';
|
||||
|
||||
import type { OAuthStrategy } from '@/types';
|
||||
import { useSignUp } from '@clerk/nextjs';
|
||||
import type { OAuthStrategy } from '@clerk/nextjs/dist/types/server';
|
||||
import { toast } from 'sonner';
|
||||
|
||||
import EmailSignUp from './email-sign-up';
|
||||
|
||||
Reference in New Issue
Block a user