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

@bar Layout

{children}
) }