export default function Layout({ children }) { return (

@foo Layout

{children}
) }