mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-12-27 10:35:57 +08:00
init
This commit is contained in:
6
app/providers.tsx
Normal file
6
app/providers.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
"use client";
|
||||
import { SessionProvider } from "next-auth/react";
|
||||
|
||||
export function Providers({ children }: { children: React.ReactNode }) {
|
||||
return <SessionProvider>{children}</SessionProvider>;
|
||||
}
|
||||
Reference in New Issue
Block a user