import React from 'react' import MainIntro from '../components/MainIntro' const IndexPage = () => (
) export default IndexPage