Files: 06ba928e6dae6f3bb75720b2d3deee46ebb1dd18 / 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