chore: add the missing signIn function

This commit is contained in:
Catalin Pit
2024-02-13 07:53:36 +02:00
parent 149f416be7
commit 4878cf388f

View File

@ -3,6 +3,7 @@
import { useRouter } from 'next/navigation';
import { zodResolver } from '@hookform/resolvers/zod';
import { signIn } from 'next-auth/react';
import { useForm } from 'react-hook-form';
import { FcGoogle } from 'react-icons/fc';
import { z } from 'zod';