Created
January 19, 2017 01:18
-
-
Save dawncold/7daf68f4d86f08b29d556eb4a229b7f9 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
import { Index } from './Index'; | |
import { BaseLayout } from './BaseLayout'; | |
<Route path="/" component={BaseLayout} hideHeader="false" hideFooter="false"> | |
<IndexRoute component={Index}/> | |
</Route> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment