git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: b453ff79d23734f7cc0746fdd5ee62f4f56622e5

Files: b453ff79d23734f7cc0746fdd5ee62f4f56622e5 / 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