git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 99bc16e5212f7086422943407911f7c31443ab4c

Files: 99bc16e5212f7086422943407911f7c31443ab4c / 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