poll.js 86 B

1234567
  1. const Poll = props => (
  2. <div>
  3. <h1>Hello!</h1>
  4. </div>
  5. );
  6. export default Poll;