Rename simple-chat

This commit is contained in:
Tony Garnock-Jones 2021-04-15 20:48:44 +02:00
parent 421ea699c7
commit 23fa218df2
3 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { $Present, $Says, asPresent, asSays, fromPresent, fromSays, Present, Says } from "./gen/chat-protocol.js";
import { $Present, $Says, asPresent, asSays, fromPresent, fromSays, Present, Says } from "./gen/simple-chat-protocol.js";
import { fromObserve, Observe } from "./gen/dataspace.js";
import { Assertion, Handle, LocalAction, Ref, Turn } from "./actor.js";
import readline from 'readline';