export default function Layout({ children, bar, foo }) { return (

Layout

{foo}
{bar}
) }