iapyang
2 years ago
1 changed files with 2 additions and 2 deletions
@ -1,5 +1,5 @@
|
||||
import type { IWorkerController, IWorkerMessage } from './worker.utils'; |
||||
import { WorkerChannel } from './worker.channel'; |
||||
import type { IWorkerController, IWorkerMessage } from '../worker.core'; |
||||
import { WorkerChannel } from '../worker.channel'; |
||||
|
||||
/** |
||||
* 通信控制器 |
Loading…
Reference in new issue