summaryrefslogtreecommitdiff
path: root/node_modules/react/jsx-runtime.js
blob: 0416df54291a872971e1f51c5dff0f2d83d2a85e (plain) (blame)
1
2
3
4
5
6
7
'use strict';

if (process.env.NODE_ENV === 'production') {
  module.exports = require('./cjs/react-jsx-runtime.production.min.js');
} else {
  module.exports = require('./cjs/react-jsx-runtime.development.js');
}