Remove root layout suspense boundary

This commit is contained in:
Sam Becker 2024-01-27 14:41:28 -06:00
parent fae1dcb81f
commit 3a083a72ef

View File

@ -87,9 +87,7 @@ export default function RootLayout({
'min-h-[16rem] sm:min-h-[30rem]',
'mb-12',
)}>
<Suspense>
{children}
</Suspense>
{children}
</div>
<Suspense fallback={<FooterClient />}>
<Footer />