17 lines
317 B
JavaScript
17 lines
317 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);
|
|
}
|