-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent---src-pages-index-tsx-49e15ca5e44e178fbcc9.js
More file actions
39 lines (26 loc) · 1.45 KB
/
component---src-pages-index-tsx-49e15ca5e44e178fbcc9.js
File metadata and controls
39 lines (26 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[11],{
/***/ 146:
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _default; });
/* harmony import */ var _babel_runtime_helpers_inheritsLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7);
/* harmony import */ var _babel_runtime_helpers_inheritsLoose__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_helpers_inheritsLoose__WEBPACK_IMPORTED_MODULE_0__);
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(0);
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
var _default =
/*#__PURE__*/
function (_React$Component) {
_babel_runtime_helpers_inheritsLoose__WEBPACK_IMPORTED_MODULE_0___default()(_default, _React$Component);
function _default() {
return _React$Component.apply(this, arguments) || this;
}
var _proto = _default.prototype;
_proto.render = function render() {
return react__WEBPACK_IMPORTED_MODULE_1__["createElement"]("h1", null, " Welcome to face-api.js ");
};
return _default;
}(react__WEBPACK_IMPORTED_MODULE_1__["Component"]);
/***/ })
}]);
//# sourceMappingURL=component---src-pages-index-tsx-49e15ca5e44e178fbcc9.js.map