diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b62db6f..f94eec9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,9 +25,9 @@ export default async function RootLayout({ // await scrapeAndCreateJobs() return ( - + > */} @@ -39,7 +39,7 @@ export default async function RootLayout({ {children} - + {/* */} ); }