@@ -24,17 +24,15 @@ const SvgLogo = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_r
2424 ]
2525 })
2626 } );
27- /* ESM default export */ const logoreact = SvgLogo;
28- /* ESM default export */ const src_rslib_entry_ = logoreact;
27+ const logoreact = SvgLogo;
28+ const src_rslib_entry_ = logoreact;
2929export { src_rslib_entry_ as default } ;
3030"
3131` ;
3232
3333exports [` svgr in bundleless 2` ] = `
3434""use strict";
35- // The require scope
3635var __webpack_require__ = { } ;
37- /************************************************************************/ // webpack/runtime/define_property_getters
3836(()=>{
3937 __webpack_require__ .d = function (exports1 , definition ) {
4038 for (var key in definition )if (__webpack_require__ .o (definition , key ) && ! __webpack_require__ .o (exports1 , key )) Object .defineProperty (exports1 , key , {
@@ -43,15 +41,12 @@ var __webpack_require__ = {};
4341 });
4442 };
4543} )();
46- // webpack/runtime/has_own_property
4744(()=>{
4845 __webpack_require__ .o = function (obj , prop ) {
4946 return Object .prototype .hasOwnProperty .call (obj , prop );
5047 };
5148} )();
52- // webpack/runtime/make_namespace_object
5349(()=>{
54- // define __esModule on exports
5550 __webpack_require__ .r = function (exports1 ) {
5651 if (' undefined' != typeof Symbol && Symbol .toStringTag ) Object .defineProperty (exports1 , Symbol .toStringTag , {
5752 value: ' Module'
@@ -61,12 +56,10 @@ var __webpack_require__ = {};
6156 });
6257 };
6358} )();
64- /************************************************************************/ var __webpack_exports__ = { } ;
65- // ESM COMPAT FLAG
59+ var __webpack_exports__ = { } ;
6660__webpack_require__.r(__webpack_exports__);
67- // EXPORTS
6861__webpack_require__.d(__webpack_exports__, {
69- default : ()=> /* binding */ src_rslib_entry_
62+ default : ()=> src_rslib_entry_
7063} );
7164const jsx_runtime_namespaceObject = require("react/jsx-runtime");
7265require("react");
@@ -91,8 +84,8 @@ const SvgLogo = (props)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("svg
9184 ]
9285 })
9386 } );
94- /* ESM default export */ const logoreact = SvgLogo;
95- /* ESM default export */ const src_rslib_entry_ = logoreact;
87+ const logoreact = SvgLogo;
88+ const src_rslib_entry_ = logoreact;
9689var __webpack_export_target__ = exports;
9790for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
9891if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
0 commit comments