Created
January 19, 2017 01:19
-
-
Save dawncold/0e74e28ae18d1ea96f7630460c89288d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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