import HomepageTemplate from '../components/Homepage.js'; export default HomepageTemplate;
The homepage content here lives in the src/pages/index.mdx directory at the
root of your project. Just like the other mdx pages, you can use all of our
theme components here without importing them. Review the
MDX example source.


