export const unstable_instant = true export default function Layout({ children }) { return <>{children}</> }