Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
now you can configure your routes like this: ```js var extraRoutes = [<Route/>, <Route/>]; var routes = ( <Routes> <Route/> {extraRoutes} <Route/> </Routes> ); ``` closes remix-run#193
- Loading branch information