git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 76f81afa54247dc961664e888a428d28dbffb096

Files: 76f81afa54247dc961664e888a428d28dbffb096 / app / todos / routes.js

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

Built with git-ssb-web