Skip to content

Instantly share code, notes, and snippets.

@dawncold
Created January 19, 2017 01:19
Show Gist options
  • Save dawncold/0e74e28ae18d1ea96f7630460c89288d to your computer and use it in GitHub Desktop.
Save dawncold/0e74e28ae18d1ea96f7630460c89288d to your computer and use it in GitHub Desktop.
<Route path="/" getComponent={() => System.import('./BaseLayout').then(c => c.BaseLayout)} hideHeader="false" hideFooter="false">
<IndexRoute getComponent={() => System.import('./Index').then(c => c.Index)}/>
</Route>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment