From fab3ce9a107ea115cdfa0ff3aa19c49b10f4a15c Mon Sep 17 00:00:00 2001 From: Quazia Date: Thu, 22 May 2025 18:18:09 -0400 Subject: [PATCH] chore: cleanup provider imports addresses comment from @veganbeef --- src/app/providers.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/providers.tsx b/src/app/providers.tsx index 3c754a3..e506826 100644 --- a/src/app/providers.tsx +++ b/src/app/providers.tsx @@ -1,6 +1,5 @@ "use client"; -import * as React from "react"; import dynamic from "next/dynamic"; import type { Session } from "next-auth" import { SessionProvider } from "next-auth/react"