Update apps/web/pages/auth/login.tsx

pull/11421/merge^2
sean-brydon 2023-09-21 14:47:51 +01:00 committed by GitHub
parent 981329e15d
commit 885ea4b025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import type { GetServerSidePropsContext } from "next";
import { getCsrfToken, signIn } from "next-auth/react";
import Link from "next/link";
import { useRouter, useSearchParams } from "next/navigation";
import { NextLink } from "next/navigation";
import { NextLink } from "next/link";
import type { CSSProperties } from "react";
import { useState } from "react";
import { FormProvider, useForm } from "react-hook-form";