From 9314d78c9c990426ee684b8fef5f52bf7f30041a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Mon, 8 Jan 2024 15:57:45 +0100 Subject: [PATCH] refactoring: removing dead code --- app/lib/types/next-auth.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/lib/types/next-auth.d.ts b/app/lib/types/next-auth.d.ts index 91a3104..8300efc 100644 --- a/app/lib/types/next-auth.d.ts +++ b/app/lib/types/next-auth.d.ts @@ -1,5 +1,4 @@ import NextAuth, { DefaultSession } from 'next-auth'; -import { JWT } from 'next-auth'; declare module 'next-auth' { interface Session {