Initial boiler plate project
This commit is contained in:
13
node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.profiling.min.js
generated
vendored
Normal file
13
node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.profiling.min.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
React
|
||||
react-jsx-runtime.profiling.min.js
|
||||
|
||||
Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
|
||||
This source code is licensed under the MIT license found in the
|
||||
LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
'use strict';var f=require("next/dist/compiled/react"),k=Symbol.for("react.element"),l=Symbol.for("react.fragment"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner;
|
||||
function p(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)&&"key"!==b&&"ref"!==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=p;exports.jsxs=p;
|
||||
|
||||
//# sourceMappingURL=react-jsx-runtime.profiling.min.js.map
|
||||
Reference in New Issue
Block a user