This commit is contained in:
Tony Garnock-Jones 2021-02-23 08:48:10 +01:00
parent a7f5589881
commit 4f148b19e7
1 changed files with 1 additions and 11 deletions

12
main.ts
View File

@ -1,14 +1,4 @@
import {
Actor,
Assertion,
Entity,
Handle,
Ref,
Turn,
assert,
message,
retract,
} from './actor.js';
import { Actor, Assertion, Entity, Handle, Ref, Turn, assert, message, retract } from './actor.js';
import { Dictionary, IdentityMap, is, Record } from 'preserves';
import { Bag, ChangeDescription } from './bag';