mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
commit
550fbe40bc
@ -1,5 +1,7 @@
|
||||
import { Suspense } from 'react';
|
||||
|
||||
export const revalidate = 300; // 5 minutes in seconds
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
return <Suspense>{children}</Suspense>;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user