export default function Parallel({ a, b, children }) { return (
parallel/@bar/nested/layout
{a}
{b}
{children}
) }