Moltivie / the-t3-stack

Found unused variables in TypeScript code JS-0356
Performance
Major
a year ago2 years old
'signIn' is defined but never used. Allowed unused vars must match /^_/u
  1import { NextPage } from "next";
  2import { signIn, signOut, useSession } from "next-auth/react";  3import Head from "next/head";
  4import Image from "next/image";
  5import Link from "next/link";