parent
cf1cca7cb3
commit
6976202171
1 changed files with 2 additions and 13 deletions
@ -1,18 +1,7 @@ |
||||
import FeaturedContent from 'components/featured-content/index'; |
||||
import HeroSection from 'components/hero-section/index'; |
||||
import PageFooter from 'components/page-footer/index'; |
||||
import SiteNav from 'components/site-nav'; |
||||
import Helmet from 'components/helmet'; |
||||
import DefaultLayout from 'layouts/default/index'; |
||||
import RoadmapsList from './roadmaps'; |
||||
|
||||
const Home = (props) => ( |
||||
<DefaultLayout> |
||||
<Helmet /> |
||||
<SiteNav /> |
||||
<HeroSection /> |
||||
<FeaturedContent /> |
||||
<PageFooter /> |
||||
</DefaultLayout> |
||||
<RoadmapsList /> |
||||
); |
||||
|
||||
export default Home; |
||||
|
Loading…
Reference in new issue