-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
24 lines (19 loc) · 736 Bytes
/
index.js
File metadata and controls
24 lines (19 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Generated by BUCKLESCRIPT VERSION 1.8.2, PLEASE EDIT WITH CARE
'use strict';
var React = require("react");
var ReasonReact = require("reason-react/lib/js/src/reasonReact.js");
var component = ReasonReact.statelessComponent("Index");
function make() {
var newrecord = component.slice();
newrecord[/* render */9] = (function () {
return React.createElement("div", undefined, React.createElement("p", undefined, "HOME PAGE is here!"));
});
return newrecord;
}
var jsComponent = ReasonReact.wrapReasonForJs(component, (function () {
return make(/* array */[]);
}));
exports.component = component;
exports.make = make;
exports.jsComponent = jsComponent;
/* component Not a pure module */