git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 7d964f2bef52e9913aa6872a034f7e967653274b

Files: 7d964f2bef52e9913aa6872a034f7e967653274b / app / components / landing / index.js

227 bytesRaw
1const React = require('react')
2
3const style = require('./index.css')
4
5class Landing extends React.Component {
6 render () {
7 return <div className={style.container}>
8 landing!
9 </div>
10 }
11}
12
13module.exports = Landing
14

Built with git-ssb-web