Created
August 9, 2016 20:30
-
-
Save gaving/faab235f555733b7c393ed046416633c to your computer and use it in GitHub Desktop.
This file contains hidden or 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="/" component={ App } > | |
<IndexRoute component={ Home }/> | |
<Route path="/graph" component={ Graph }> | |
<Route path=":sourceKey" component={Graph} /> | |
</Route> | |
<Route component={ Graph }> | |
<Route component={ SidebarContainer }> | |
<Route path="info/:id" component={Info} /> | |
</Route> | |
</Route> | |
<Route path="/search" component={ Search }/> | |
</Route> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment