git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: b11662b22c32dc363fff6ac0ecf64b05f8733f00

Files: b11662b22c32dc363fff6ac0ecf64b05f8733f00 / app / todos / routes.js

248 bytesRaw
1import React from 'react'
2import { Route, IndexRoute } from 'react-router'
3
4import IndexContainer from './containers/index'
5
6export default function (store) {
7 return <Route path="todos">
8 <IndexRoute component={IndexContainer} />
9 </Route>
10}
11

Built with git-ssb-web