Files
Remote-Control-Center/mc_test/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.js
2025-11-25 09:56:15 +03:00

8 lines
200 B
JavaScript
Executable File

'use strict';
if (process.env.NODE_ENV === "production") {
module.exports = require("./emotion-styled-base.cjs.prod.js");
} else {
module.exports = require("./emotion-styled-base.cjs.dev.js");
}