Merge pull request #111 from LAION-AI/109-fix-build

Fixing imports from merges in the signup page
This commit is contained in:
Keith Stevens
2022-12-28 17:11:02 +09:00
committed by GitHub
+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";