Files: 76f81afa54247dc961664e888a428d28dbffb096 / app / todos / routes.js
214 bytesRaw
1 | import React from 'react' |
2 | import { Route, IndexRoute } from 'react-router' |
3 | |
4 | import IndexContainer from './containers/index' |
5 | |
6 | export default <Route path="todos"> |
7 | <IndexRoute component={IndexContainer} /> |
8 | </Route> |
9 |
Built with git-ssb-web