|
- (function() {
- var exports = {};
- exports.id = 6346;
- exports.ids = [6346];
- exports.modules = {
-
- /***/ 7102:
- /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
-
- "use strict";
-
-
- var _apollo = _interopRequireDefault(__webpack_require__(6371));
-
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
-
- async function GetCheckoutproduct(token = "") {
- var res = await _apollo.default.query(`
- query{
- checkouts{
- id
- transaction_id
- product_img
- {
- url
- }
- product_name
- product_color
- product_quantity
- product_total
- }
- }
- `, token);
- return res;
- }
-
- module.exports = {
- GetCheckoutproduct: GetCheckoutproduct
- };
-
- /***/ }),
-
- /***/ 1288:
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
-
- "use strict";
- /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5282);
- /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__);
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9297);
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
-
-
-
- const PageBanner = ({
- pageTitle
- }) => {
- return /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
- className: "page-title-area",
- children: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
- className: "d-table",
- children: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
- className: "d-table-cell",
- children: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
- className: "container",
- children: /*#__PURE__*/react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("h2", {
- children: pageTitle
- })
- })
- })
- })
- });
- };
-
- /* harmony default export */ __webpack_exports__["Z"] = (PageBanner);
-
- /***/ }),
-
- /***/ 8794:
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
-
- "use strict";
- // ESM COMPAT FLAG
- __webpack_require__.r(__webpack_exports__);
-
- // EXPORTS
- __webpack_require__.d(__webpack_exports__, {
- "default": function() { return /* binding */ Shop_Checkout; },
- "getServerSideProps": function() { return /* binding */ getServerSideProps; }
- });
-
- // EXTERNAL MODULE: external "react/jsx-runtime"
- var jsx_runtime_ = __webpack_require__(5282);
- // EXTERNAL MODULE: external "react"
- var external_react_ = __webpack_require__(9297);
- // EXTERNAL MODULE: ./components/_App/NavbarYamaha.js
- var NavbarYamaha = __webpack_require__(2478);
- // EXTERNAL MODULE: ./components/_App/FooterYamaha.js
- var FooterYamaha = __webpack_require__(362);
- // EXTERNAL MODULE: ./components/Common/PageBanner.js
- var PageBanner = __webpack_require__(1288);
- // EXTERNAL MODULE: external "react-feather"
- var external_react_feather_ = __webpack_require__(9337);
- ;// CONCATENATED MODULE: ./components/Yamaha/Shop/Checkout.js
-
-
-
-
-
-
- const CheckoutContent = () => {
- return /*#__PURE__*/jsx_runtime_.jsx(jsx_runtime_.Fragment, {
- children: /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "checkout-area ptb-80",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "container",
- children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "row",
- children: /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-12 col-md-12",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "user-actions",
- children: [/*#__PURE__*/jsx_runtime_.jsx(external_react_feather_.Edit, {}), /*#__PURE__*/(0,jsx_runtime_.jsxs)("span", {
- children: ["Returning customer? ", /*#__PURE__*/jsx_runtime_.jsx("a", {
- href: "#",
- children: "Click here to login"
- })]
- })]
- })
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("form", {
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "row",
- children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-6 col-md-12",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "billing-details",
- children: [/*#__PURE__*/jsx_runtime_.jsx("h3", {
- className: "title",
- children: "Billing Details"
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "row",
- children: [/*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-12 col-md-12",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "form-group",
- children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("label", {
- children: ["Country ", /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "required",
- children: "*"
- })]
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "select-box",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("select", {
- className: "form-select",
- children: [/*#__PURE__*/jsx_runtime_.jsx("option", {
- value: "1",
- children: "United Arab Emirates"
- }), /*#__PURE__*/jsx_runtime_.jsx("option", {
- value: "2",
- children: "China"
- }), /*#__PURE__*/jsx_runtime_.jsx("option", {
- value: "3",
- children: "United Kingdom"
- }), /*#__PURE__*/jsx_runtime_.jsx("option", {
- value: "4",
- children: "Germany"
- }), /*#__PURE__*/jsx_runtime_.jsx("option", {
- value: "5",
- children: "France"
- }), /*#__PURE__*/jsx_runtime_.jsx("option", {
- value: "6",
- children: "Japan"
- })]
- })
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-6 col-md-6",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "form-group",
- children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("label", {
- children: ["First Name ", /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "required",
- children: "*"
- })]
- }), /*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "text",
- className: "form-control"
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-6 col-md-6",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "form-group",
- children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("label", {
- children: ["Last Name ", /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "required",
- children: "*"
- })]
- }), /*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "text",
- className: "form-control"
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-12 col-md-12",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "form-group",
- children: [/*#__PURE__*/jsx_runtime_.jsx("label", {
- children: "Company Name"
- }), /*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "text",
- className: "form-control"
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-12 col-md-6",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "form-group",
- children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("label", {
- children: ["Address ", /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "required",
- children: "*"
- })]
- }), /*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "text",
- className: "form-control"
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-12 col-md-6",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "form-group",
- children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("label", {
- children: ["Town / City ", /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "required",
- children: "*"
- })]
- }), /*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "text",
- className: "form-control"
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-6 col-md-6",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "form-group",
- children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("label", {
- children: ["State / County ", /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "required",
- children: "*"
- })]
- }), /*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "text",
- className: "form-control"
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-6 col-md-6",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "form-group",
- children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("label", {
- children: ["Postcode / Zip ", /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "required",
- children: "*"
- })]
- }), /*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "text",
- className: "form-control"
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-6 col-md-6",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "form-group",
- children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("label", {
- children: ["Email Address ", /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "required",
- children: "*"
- })]
- }), /*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "email",
- className: "form-control"
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-6 col-md-6",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "form-group",
- children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("label", {
- children: ["Phone ", /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "required",
- children: "*"
- })]
- }), /*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "text",
- className: "form-control"
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-12 col-md-12",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "form-check",
- children: [/*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "checkbox",
- className: "form-check-input",
- id: "create-an-account"
- }), /*#__PURE__*/jsx_runtime_.jsx("label", {
- className: "form-check-label",
- htmlFor: "create-an-account",
- children: "Create an account?"
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-12 col-md-12",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "form-check",
- children: [/*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "checkbox",
- className: "form-check-input",
- id: "ship-different-address"
- }), /*#__PURE__*/jsx_runtime_.jsx("label", {
- className: "form-check-label",
- htmlFor: "ship-different-address",
- children: "Ship to a different address?"
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-12 col-md-12",
- children: /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "form-group",
- children: /*#__PURE__*/jsx_runtime_.jsx("textarea", {
- name: "notes",
- id: "notes",
- cols: "30",
- rows: "4",
- placeholder: "Order Notes",
- className: "form-control"
- })
- })
- })]
- })]
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "col-lg-6 col-md-12",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "order-details",
- children: [/*#__PURE__*/jsx_runtime_.jsx("h3", {
- className: "title",
- children: "Your Order"
- }), /*#__PURE__*/jsx_runtime_.jsx("div", {
- className: "order-table table-responsive",
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("table", {
- className: "table table-bordered",
- children: [/*#__PURE__*/jsx_runtime_.jsx("thead", {
- children: /*#__PURE__*/(0,jsx_runtime_.jsxs)("tr", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("th", {
- scope: "col",
- children: "Product Name"
- }), /*#__PURE__*/jsx_runtime_.jsx("th", {
- scope: "col",
- children: "Total"
- })]
- })
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("tbody", {
- children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("tr", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-name",
- children: /*#__PURE__*/jsx_runtime_.jsx("a", {
- href: "#",
- children: "Smart Watch"
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-total",
- children: /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "subtotal-amount",
- children: "$30.00"
- })
- })]
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("tr", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-name",
- children: /*#__PURE__*/jsx_runtime_.jsx("a", {
- href: "#",
- children: "TV"
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-total",
- children: /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "subtotal-amount",
- children: "$30.00"
- })
- })]
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("tr", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-name",
- children: /*#__PURE__*/jsx_runtime_.jsx("a", {
- href: "#",
- children: "Book"
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-total",
- children: /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "subtotal-amount",
- children: "$30.00"
- })
- })]
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("tr", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-name",
- children: /*#__PURE__*/jsx_runtime_.jsx("a", {
- href: "#",
- children: "Smart Watch"
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-total",
- children: /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "subtotal-amount",
- children: "$30.00"
- })
- })]
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("tr", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-name",
- children: /*#__PURE__*/jsx_runtime_.jsx("a", {
- href: "#",
- children: "TV"
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-total",
- children: /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "subtotal-amount",
- children: "$30.00"
- })
- })]
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("tr", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-name",
- children: /*#__PURE__*/jsx_runtime_.jsx("a", {
- href: "#",
- children: "Book"
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-total",
- children: /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "subtotal-amount",
- children: "$30.00"
- })
- })]
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("tr", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "order-subtotal",
- children: /*#__PURE__*/jsx_runtime_.jsx("span", {
- children: "Cart Subtotal"
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "order-subtotal-price",
- children: /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "order-subtotal-amount",
- children: "$210.00"
- })
- })]
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("tr", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "order-shipping",
- children: /*#__PURE__*/jsx_runtime_.jsx("span", {
- children: "Shipping"
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "shipping-price",
- children: /*#__PURE__*/jsx_runtime_.jsx("span", {
- children: "$5.00"
- })
- })]
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("tr", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "total-price",
- children: /*#__PURE__*/jsx_runtime_.jsx("span", {
- children: "Order Total"
- })
- }), /*#__PURE__*/jsx_runtime_.jsx("td", {
- className: "product-subtotal",
- children: /*#__PURE__*/jsx_runtime_.jsx("span", {
- className: "subtotal-amount",
- children: "$215.00"
- })
- })]
- })]
- })]
- })
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("div", {
- className: "payment-method",
- children: [/*#__PURE__*/(0,jsx_runtime_.jsxs)("p", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "radio",
- id: "direct-bank-transfer",
- name: "radio-group",
- defaultChecked: true
- }), /*#__PURE__*/jsx_runtime_.jsx("label", {
- htmlFor: "direct-bank-transfer",
- children: "Direct Bank Transfer"
- }), "Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account."]
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("p", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "radio",
- id: "paypal",
- name: "radio-group"
- }), /*#__PURE__*/jsx_runtime_.jsx("label", {
- htmlFor: "paypal",
- children: "PayPal"
- })]
- }), /*#__PURE__*/(0,jsx_runtime_.jsxs)("p", {
- children: [/*#__PURE__*/jsx_runtime_.jsx("input", {
- type: "radio",
- id: "cash-on-delivery",
- name: "radio-group"
- }), /*#__PURE__*/jsx_runtime_.jsx("label", {
- htmlFor: "cash-on-delivery",
- children: "Cash on Delivery"
- })]
- })]
- }), /*#__PURE__*/jsx_runtime_.jsx("a", {
- href: "#",
- className: "btn btn-primary order-btn",
- children: "Place Order"
- })]
- })
- })]
- })
- })]
- })
- })
- });
- };
-
- /* harmony default export */ var Checkout = (CheckoutContent);
- // EXTERNAL MODULE: ./api/shop/checkout.js
- var checkout = __webpack_require__(7102);
- var checkout_default = /*#__PURE__*/__webpack_require__.n(checkout);
- ;// CONCATENATED MODULE: ./pages/yamaha/Shop/Checkout.js
-
-
-
-
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
-
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
-
-
-
-
-
-
-
-
-
- const Checkout_Checkout = function (_ref) {
- let {
- backend,
- checkout_product
- } = _ref,
- props = _objectWithoutProperties(_ref, ["backend", "checkout_product"]);
-
- return /*#__PURE__*/(0,jsx_runtime_.jsxs)(jsx_runtime_.Fragment, {
- children: [/*#__PURE__*/jsx_runtime_.jsx(NavbarYamaha/* default */.Z, {}), /*#__PURE__*/jsx_runtime_.jsx(PageBanner/* default */.Z, {
- pageTitle: "Checkout"
- }), /*#__PURE__*/jsx_runtime_.jsx(Checkout, {
- checkout_product: checkout_product,
- backend: backend
- }), /*#__PURE__*/jsx_runtime_.jsx(FooterYamaha/* default */.Z, {})]
- });
- };
-
- /* harmony default export */ var Shop_Checkout = (Checkout_Checkout);
- async function getServerSideProps() {
- var checkout_product = [];
- const backend = process.env.BACKEND_SERVER_URI;
- var res = await checkout_default().GetCheckoutproduct();
-
- if (res["STATUS"] === 1) {
- checkout_product = res["DATA"]["checkouts"];
- }
-
- console.log(checkout_product);
- return {
- props: {
- checkout_product,
- backend
- } // will be passed to the page component as props
-
- };
- }
-
- /***/ }),
-
- /***/ 8074:
- /***/ (function(module) {
-
- "use strict";
- module.exports = require("@apollo/client");;
-
- /***/ }),
-
- /***/ 1683:
- /***/ (function(module) {
-
- "use strict";
- module.exports = require("cross-fetch");;
-
- /***/ }),
-
- /***/ 8417:
- /***/ (function(module) {
-
- "use strict";
- module.exports = require("next/dist/next-server/lib/router-context.js");;
-
- /***/ }),
-
- /***/ 2238:
- /***/ (function(module) {
-
- "use strict";
- module.exports = require("next/dist/next-server/lib/router/utils/get-asset-path-from-route.js");;
-
- /***/ }),
-
- /***/ 6731:
- /***/ (function(module) {
-
- "use strict";
- module.exports = require("next/router");;
-
- /***/ }),
-
- /***/ 9297:
- /***/ (function(module) {
-
- "use strict";
- module.exports = require("react");;
-
- /***/ }),
-
- /***/ 9337:
- /***/ (function(module) {
-
- "use strict";
- module.exports = require("react-feather");;
-
- /***/ }),
-
- /***/ 5282:
- /***/ (function(module) {
-
- "use strict";
- module.exports = require("react/jsx-runtime");;
-
- /***/ })
-
- };
- ;
-
- // load runtime
- var __webpack_require__ = require("../../../webpack-runtime.js");
- __webpack_require__.C(exports);
- var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
- var __webpack_exports__ = __webpack_require__.X(0, [1664,4755,6371,7798], function() { return __webpack_exec__(8794); });
- module.exports = __webpack_exports__;
-
- })();
|