const Poll = props => (
  <div>
    <h1>Hello!</h1>
  </div>
);

export default Poll;