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 (