mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-14 15:07:29 +02:00
🎨 Remove unused imports (#1709)
This commit is contained in:
parent
a625f3e132
commit
023cdd97e2
9 changed files with 3 additions and 9 deletions
2
apps/web/declarations/next-auth.d.ts
vendored
2
apps/web/declarations/next-auth.d.ts
vendored
|
@ -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" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue