fixed build error

This commit is contained in:
daniel31x13
2023-10-19 00:09:28 -04:00
parent ca3ce7e3de
commit 4482c52fa9
9 changed files with 8 additions and 12 deletions
-1
View File
@@ -2,7 +2,6 @@ import SubmitButton from "@/components/SubmitButton";
import TextInput from "@/components/TextInput";
import CenteredForm from "@/layouts/CenteredForm";
import { signIn } from "next-auth/react";
import Image from "next/image";
import Link from "next/link";
import { useState } from "react";
import { toast } from "react-hot-toast";