🎨 Remove unused imports (#1709)

This commit is contained in:
Luke Vella 2025-05-06 17:35:11 +01:00 committed by GitHub
parent a625f3e132
commit 023cdd97e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 3 additions and 9 deletions

View file

@ -1,8 +1,6 @@
import type { TimeFormat } from "@rallly/database";
import type { DefaultSession, DefaultUser } from "next-auth";
import NextAuth from "next-auth";
import type { DefaultJWT } from "next-auth/jwt";
import { JWT } from "next-auth/jwt";
import type { NextRequest } from "next/server";
declare module "next-auth" {