diff --git a/app/(main)/layout.tsx b/app/(main)/layout.tsx index d38dddf..b89b685 100644 --- a/app/(main)/layout.tsx +++ b/app/(main)/layout.tsx @@ -1,6 +1,7 @@ import './globals.css' import type { Metadata } from 'next' import { Open_Sans } from 'next/font/google' +import { ClerkProvider } from '@clerk/nextjs' const font = Open_Sans({ subsets: ['latin'] }) @@ -15,8 +16,10 @@ export default function RootLayout({ children: React.ReactNode }) { return ( - -
{children} - +