git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 06ba928e6dae6f3bb75720b2d3deee46ebb1dd18

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

206 bytesRaw
1import React from 'react'
2
3import style from './style.css'
4
5export default class Landing extends React.Component {
6 render () {
7 return <div className={style.container}>
8 landing!
9 </div>
10 }
11}
12

Built with git-ssb-web