chore: cleanup provider imports

addresses comment from @veganbeef
This commit is contained in:
Quazia 2025-05-22 18:18:09 -04:00
parent b239f0553b
commit fab3ce9a10
No known key found for this signature in database

View File

@ -1,6 +1,5 @@
"use client"; "use client";
import * as React from "react";
import dynamic from "next/dynamic"; import dynamic from "next/dynamic";
import type { Session } from "next-auth" import type { Session } from "next-auth"
import { SessionProvider } from "next-auth/react" import { SessionProvider } from "next-auth/react"