ling-open-studio / node_modules /react /jsx-runtime.js
GitHub Action
Deploy from GitHub Actions: df5a8ff24af4958ea227f47605368fc710dfbfa8
c592d77
raw
history blame contribute delete
210 Bytes
'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/react-jsx-runtime.production.js');
} else {
module.exports = require('./cjs/react-jsx-runtime.development.js');
}