Fixing imports from merges in the signup page

This commit is contained in:
Keith Stevens
2022-12-28 17:08:04 +09:00
parent cf06cb8adf
commit a1f7d919c0
+1 -2
View File
@@ -1,10 +1,9 @@
import { Button, Input, Stack } from "@chakra-ui/react";
import Head from "next/head";
import Link from "next/link";
import { FaDiscord, FaEnvelope, FaBug, FaGithub } from "react-icons/fa";
import { getCsrfToken, getProviders, signIn } from "next-auth/react";
import { useRef } from "react";
import { FaDiscord, FaEnvelope, FaGithub } from "react-icons/fa";
import { FaBug, FaDiscord, FaEnvelope, FaGithub } from "react-icons/fa";
import { AuthLayout } from "src/components/AuthLayout";