git ssb

0+

Rômulo Alves / website



Tree: cbc31d82ebaf4e81f5b1b78b882b74b595374d1e

Files: cbc31d82ebaf4e81f5b1b78b882b74b595374d1e / views / index.js

278 bytesRaw
1const React = require('react');
2
3class App extends React.Component {
4 render() {
5 return (
6 <html>
7 <head>
8 <title></title>
9 </head>
10 <body>
11 <h1>Rômulo Alves</h1>
12 </body>
13 </html>
14 );
15 }
16}
17
18module.exports = App
19

Built with git-ssb-web