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