Aktueller Stand
This commit is contained in:
57
frontend/node_modules/.vite/deps_temp_84259e14/react_jsx-runtime.js
generated
vendored
Normal file
57
frontend/node_modules/.vite/deps_temp_84259e14/react_jsx-runtime.js
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
import {
|
||||
require_react
|
||||
} from "./chunk-FXM4O2JN.js";
|
||||
import {
|
||||
__commonJS
|
||||
} from "./chunk-EQCVQC35.js";
|
||||
|
||||
// node_modules/react/cjs/react-jsx-runtime.production.min.js
|
||||
var require_react_jsx_runtime_production_min = __commonJS({
|
||||
"node_modules/react/cjs/react-jsx-runtime.production.min.js"(exports) {
|
||||
"use strict";
|
||||
var f = require_react();
|
||||
var k = Symbol.for("react.element");
|
||||
var l = Symbol.for("react.fragment");
|
||||
var m = Object.prototype.hasOwnProperty;
|
||||
var n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner;
|
||||
var p = { key: true, ref: true, __self: true, __source: true };
|
||||
function q(c, a, g) {
|
||||
var b, d = {}, e = null, h = null;
|
||||
void 0 !== g && (e = "" + g);
|
||||
void 0 !== a.key && (e = "" + a.key);
|
||||
void 0 !== a.ref && (h = a.ref);
|
||||
for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
|
||||
if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
|
||||
return { $$typeof: k, type: c, key: e, ref: h, props: d, _owner: n.current };
|
||||
}
|
||||
exports.Fragment = l;
|
||||
exports.jsx = q;
|
||||
exports.jsxs = q;
|
||||
}
|
||||
});
|
||||
|
||||
// node_modules/react/jsx-runtime.js
|
||||
var require_jsx_runtime = __commonJS({
|
||||
"node_modules/react/jsx-runtime.js"(exports, module) {
|
||||
if (true) {
|
||||
module.exports = require_react_jsx_runtime_production_min();
|
||||
} else {
|
||||
module.exports = null;
|
||||
}
|
||||
}
|
||||
});
|
||||
export default require_jsx_runtime();
|
||||
/*! Bundled license information:
|
||||
|
||||
react/cjs/react-jsx-runtime.production.min.js:
|
||||
(**
|
||||
* @license React
|
||||
* react-jsx-runtime.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*)
|
||||
*/
|
||||
//# sourceMappingURL=react_jsx-runtime.js.map
|
||||
Reference in New Issue
Block a user