Initial boiler plate project
This commit is contained in:
19
node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.profiling.js
generated
vendored
Normal file
19
node_modules/next/dist/compiled/react/cjs/react-jsx-dev-runtime.profiling.js
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* @license React
|
||||
* react-jsx-dev-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';
|
||||
|
||||
// ATTENTION
|
||||
const REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');
|
||||
|
||||
const jsxDEV = undefined;
|
||||
|
||||
exports.Fragment = REACT_FRAGMENT_TYPE;
|
||||
exports.jsxDEV = jsxDEV;
|
||||
Reference in New Issue
Block a user