1 2 3 4 5
import React from 'react'; export default (props) => { return <div id="component-spread-props">{props.text}</div>; }