const PostEdit = props => { return (

Editing post “{props.title}”

) } module.exports = PostEdit;