17 lines
469 B
JavaScript
17 lines
469 B
JavaScript
|
/** @license React v15.7.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;
|