17 lines
No EOL
470 B
JavaScript
17 lines
No EOL
470 B
JavaScript
/** @license React v16.14.0
|
|
* react-jsx-dev-runtime.production.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';
|
|
|
|
"react" |> require(%);
|
|
exports.Fragment = 60107;
|
|
if ("function" === typeof Symbol && Symbol.for) {
|
|
var a = Symbol.for;
|
|
exports.Fragment = "react.fragment" |> a(%);
|
|
}
|
|
exports.jsxDEV = void 0; |