AK-21/Graphite-Industrial-Intelligence
0
1'use strict';2 3if (process.env.NODE_ENV === 'production') {4 module.exports = require('../cjs/use-sync-external-store-shim/with-selector.production.js');5} else {6 module.exports = require('../cjs/use-sync-external-store-shim/with-selector.development.js');7}8 