chore: Use imports as ES modules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import CryptoJS from 'crypto-js';
|
||||
import appConfig from '../../config/app';
|
||||
import appConfig from '../../config/app.js';
|
||||
|
||||
const organizationId = () => {
|
||||
const key = appConfig.encryptionKey;
|
||||
|
Reference in New Issue
Block a user