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;