From 83e9338bc17f4814845ebab1208359b67bb36865 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Fri, 3 Mar 2023 22:16:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/components/signup.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/web/components/signup.tsx b/apps/web/components/signup.tsx index b1391bf91..5f05a245a 100644 --- a/apps/web/components/signup.tsx +++ b/apps/web/components/signup.tsx @@ -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;