App directory #4
This commit is contained in:
parent
69706053c6
commit
4d743c5e67
86 changed files with 223 additions and 107 deletions
8
apps/metamigo-frontend/app/_components/MultiProvider.tsx
Normal file
8
apps/metamigo-frontend/app/_components/MultiProvider.tsx
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"use client";
|
||||
|
||||
import { FC, PropsWithChildren } from "react";
|
||||
import { SessionProvider } from "next-auth/react";
|
||||
|
||||
export const MultiProvider: FC<PropsWithChildren> = ({ children }) => (
|
||||
<SessionProvider>{children}</SessionProvider>
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue