diff --git a/app/layout.tsx b/app/layout.tsx index 4fc58ff..1011fd7 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,3 +1,4 @@ +import { ClerkProvider } from "@clerk/nextjs"; import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; @@ -61,16 +62,18 @@ const structuredData = { export default function RootLayout({ children }: Readonly<{ children: React.ReactNode }>) { return ( - - -