Skip to content

Instantly share code, notes, and snippets.

@dawncold
Created January 19, 2017 01:18
Show Gist options
  • Save dawncold/7daf68f4d86f08b29d556eb4a229b7f9 to your computer and use it in GitHub Desktop.
Save dawncold/7daf68f4d86f08b29d556eb4a229b7f9 to your computer and use it in GitHub Desktop.
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