Files: 99bc16e5212f7086422943407911f7c31443ab4c / app / landing / component.js
206 bytesRaw
1 | import React from 'react' |
2 | |
3 | import style from './style.css' |
4 | |
5 | export 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