function Title({children}) { return (<div> {children} </div> ) } /*make sure return and ( are on the same line*/