import React from 'react';

const MainPage = () => (
  <div>
    Main Page Works!
  </div>
);

export default MainPage;
