Created
January 29, 2016 04:48
-
-
Save timdorr/104c1742310b72d4195d to your computer and use it in GitHub Desktop.
Autoloaded JS
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
export default const routes = ( | |
<App path="/"> | |
<Page1 path="page1"> | |
<Tab1 path="tab1" /> | |
<Tab2 path="tab2" /> | |
</Page1> | |
<Page2 path="page2"> | |
<Tab1 path="tab1" /> | |
<Tab2 path="tab2" /> | |
</Page2> | |
</App> | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment