git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 1b77a91b5043f96c866edfed9022577b95e3c14f

Files: 1b77a91b5043f96c866edfed9022577b95e3c14f / 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