import React from 'react' class PropsExample extends React.Component { render() { return ( { this.props.text } ) } } export default PropsExample