This commit is contained in:
Timur Ercan
2023-03-03 22:16:01 +01:00
parent e2f86f1a36
commit 83e9338bc1

View File

@ -5,9 +5,7 @@ import { XCircleIcon } from "@heroicons/react/24/outline";
import { signIn } from "next-auth/react";
import Link from "next/link";
import { FormProvider, SubmitHandler, useForm } from "react-hook-form";
import { toast, Toast, Toaster } from "react-hot-toast";
import Logo from "./logo";
import { toast } from "react-hot-toast";
type FormValues = {
email: string;