123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- exports.id = 57144;
- exports.ids = [57144];
- exports.modules = {
- /***/ 93020:
- /***/ ((module) => {
- // Exports
- module.exports = {
- "container": "PageContainer_container__1TUET",
- "fullWidth": "PageContainer_fullWidth__RU5GM"
- };
- /***/ }),
- /***/ 30089:
- /***/ ((module) => {
- // Exports
- module.exports = {
- "contentPage": "contentPage_contentPage__GtoGM",
- "heading": "contentPage_heading__COCGv",
- "italicLarge": "contentPage_italicLarge__JVHhO",
- "image": "contentPage_image__Vgw2Y",
- "list": "contentPage_list__yuDCq",
- "underline": "contentPage_underline__1hrK7",
- "subListItem": "contentPage_subListItem__jozHS",
- "ctaContainer": "contentPage_ctaContainer__WdRQb",
- "section": "contentPage_section__mOqj2",
- "subSection": "contentPage_subSection__Crmto",
- "innerSection": "contentPage_innerSection__K7hW3",
- "bold": "contentPage_bold___v0J7",
- "subHeading": "contentPage_subHeading__kNRWM"
- };
- /***/ }),
- /***/ 9234:
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
- "use strict";
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
- /* harmony export */ "Z": () => (__WEBPACK_DEFAULT_EXPORT__)
- /* harmony export */ });
- /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20997);
- /* 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 _PageContainer_module_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(93020);
- /* harmony import */ var _PageContainer_module_scss__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_PageContainer_module_scss__WEBPACK_IMPORTED_MODULE_1__);
- const PageContainer = ({ children })=>{
- return /*#__PURE__*/ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx("div", {
- className: (_PageContainer_module_scss__WEBPACK_IMPORTED_MODULE_1___default().container),
- children: children
- });
- };
- /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (PageContainer);
- /***/ })
- };
- ;
- //# sourceMappingURL=57144.js.map
|