Files: b453ff79d23734f7cc0746fdd5ee62f4f56622e5 / app / landing / routes.js
202 bytesRaw
1 | import React from 'react' |
2 | import { IndexRoute } from 'react-router' |
3 | |
4 | import LandingContainer from './container' |
5 | |
6 | export default function (store) { |
7 | return <IndexRoute component={LandingContainer} /> |
8 | } |
9 |
Built with git-ssb-web