2018-02-21 18:58:56 +01:00

19 lines
318 B
JavaScript

const title = "Neem contact op";
function action() {
return _action.apply(this, arguments);
}
var _ref =
/*#__PURE__*/
React.createElement(Contact, {
title: title
});
function _action() {
_action = babelHelpers.asyncToGenerator(function* () {
return _ref;
});
return _action.apply(this, arguments);
}