sourav-das/stem-separator
3
1/**2 * @license React3 * react-jsx-dev-runtime.profiling.js4 *5 * Copyright (c) Meta Platforms, Inc. and affiliates.6 *7 * This source code is licensed under the MIT license found in the8 * LICENSE file in the root directory of this source tree.9 */10 11"use strict";12var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");13exports.Fragment = REACT_FRAGMENT_TYPE;14exports.jsxDEV = void 0;15 