export default function({ title, header, children, comp }) { return ( { title } { comp.navbar() } { comp.header(header) } { children } ); }