git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 06ba928e6dae6f3bb75720b2d3deee46ebb1dd18

Files: 06ba928e6dae6f3bb75720b2d3deee46ebb1dd18 / app / landing / routes.js

202 bytesRaw
1import React from 'react'
2import { IndexRoute } from 'react-router'
3
4import LandingContainer from './container'
5
6export default function (store) {
7 return <IndexRoute component={LandingContainer} />
8}
9

Built with git-ssb-web