aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/react/cjs/react-jsx-runtime.production.min.js
diff options
context:
space:
mode:
authorAnthony Schneider <tonyschneider3@gmail.com>2022-02-24 01:45:46 -0600
committerAnthony Schneider <tonyschneider3@gmail.com>2022-02-24 01:45:46 -0600
commit735cecbeedb0bd8f088251b31c43e56c259a4209 (patch)
treed4107612a2d3d725c04a320ca5bd6c7b4d7f248d /node_modules/react/cjs/react-jsx-runtime.production.min.js
parentc500f56c28abc3acc66dd5c72e26273f60b63cdc (diff)
This version lets you type in the terminal. It still doesn't work right, but it's a start.
Diffstat (limited to 'node_modules/react/cjs/react-jsx-runtime.production.min.js')
-rw-r--r--node_modules/react/cjs/react-jsx-runtime.production.min.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/react/cjs/react-jsx-runtime.production.min.js b/node_modules/react/cjs/react-jsx-runtime.production.min.js
new file mode 100644
index 0000000..cbc6bf4
--- /dev/null
+++ b/node_modules/react/cjs/react-jsx-runtime.production.min.js
@@ -0,0 +1,10 @@
+/** @license React v16.14.0
+ * 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.
+ */
+'use strict';var f=require("react"),g=60103;exports.Fragment=60107;if("function"===typeof Symbol&&Symbol.for){var h=Symbol.for;g=h("react.element");exports.Fragment=h("react.fragment")}var m=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,n=Object.prototype.hasOwnProperty,p={key:!0,ref:!0,__self:!0,__source:!0};
+function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.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:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;exports.jsxs=q;