Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 41ab34f

Browse files
Manuel Proßizzyyhh
authored andcommitted
feat(web): mark next-auth session provider as client component
1 parent 65dd3df commit 41ab34f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"use client";
2+
import { SessionProvider } from "next-auth/react";
3+
export default SessionProvider;

0 commit comments

Comments
 (0)