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"