Repair warnings

This commit is contained in:
Tony Garnock-Jones 2021-03-03 16:39:37 +01:00
parent 9865fe4efd
commit abcf0dd933
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// Web Worker loader
import { Actor, Turn, Assertion, Handle, Ref, __setNextActorId } from './actor.js';
import { IdentityMap, Record } from 'preserves';
import { Actor, Turn, Assertion, Ref, __setNextActorId } from './actor.js';
import { Record } from 'preserves';
import { parentPort, threadId } from 'worker_threads';
import { Relay, spawnRelay } from './relay.js';