import SupabaseProvider from './supabase-provider'; import Script from 'next/script'; import { PropsWithChildren } from 'react'; import '@/styles/globals.css'; export const dynamic = 'force-dynamic'; export default function RootLayout({ // Layouts must accept a children prop. // This will be populated with nested layouts or pages children, }: PropsWithChildren) { return ( Horizon UI Boilerplate - Launch your startup project 10X in a few moments - The best NextJS Boilerplate (This is an example) {/* */} {/* */} {/* */} {/* */} {/* @ts-ignore */}
{children}
); }