Remove root layout suspense boundary
This commit is contained in:
parent
fae1dcb81f
commit
3a083a72ef
@ -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 />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user