ICT30016-Assignment-3/node_modules/react/compiler-runtime.js
Atimax-del 347053036b 3 changes
Added semi random card draw
Added Success popup on perfect card play
Added 6 new cards
2025-09-21 23:39:09 +10:00

14 lines
412 B
JavaScript

/**
* 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';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/react-compiler-runtime.production.js');
} else {
module.exports = require('./cjs/react-compiler-runtime.development.js');
}