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