import React from 'react';


const AboutView = () => (
  <div>About</div>
);

export default AboutView;
