import React from "react" const Subtitle = props => { return (
Subtitle
props.handleDataChange("subtitle", event)} />
) } export default Subtitle