fix: update CryptoJS import path in hqsz route
This commit is contained in:
parent
dcbe25be59
commit
3046b6c8c5
|
|
@ -1,4 +1,4 @@
|
|||
import CryptoJS from 'crypto-js/crypto-js';
|
||||
import CryptoJS from 'crypto-js';
|
||||
|
||||
import type { Route } from '@/types';
|
||||
import cache from '@/utils/cache';
|
||||
|
|
|
|||
Loading…
Reference in New Issue