Initial commit from boilerplate
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
import React from 'react';
|
||||
|
||||
export default class Home extends React.Component {
|
||||
render(){
|
||||
return (
|
||||
<div>
|
||||
Hello world!
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user