refactor: change common -> index

(cherry picked from commit eb6be0d9d13a0834b6a7ada9aab846cfbbdfd664)
This commit is contained in:
MengYX
2022-01-09 10:22:00 +08:00
parent c4177be7df
commit 8894b5379d
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import { expose } from 'threads/worker';
import { CommonDecrypt } from '@/decrypt/common';
import { Decrypt } from '@/decrypt';
expose(CommonDecrypt);
expose(Decrypt);