import React from 'react' import Page from '../components/Page' export default () => (

This is the About page

)