diff --git a/packages/crypto-js/index.js b/packages/crypto-js/index.js index 4c1e448..0868b03 100644 --- a/packages/crypto-js/index.js +++ b/packages/crypto-js/index.js @@ -1,3 +1,3 @@ // eslint-disable-next-line @typescript-eslint/no-var-requires -const cryptojs = require('crypto-js'); -module.exports = cryptojs; \ No newline at end of file +import CryptoJS from 'crypto-js'; +export default CryptoJS; \ No newline at end of file