aboutsummaryrefslogtreecommitdiff
path: root/src/SocketStub.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-07 16:07:29 -0500
committerbob <bcz@cs.brown.edu>2019-02-07 16:07:29 -0500
commitf2f9261c6469ed330ff9395fb97e15ca53c891f2 (patch)
treec56144676ce79db70d14d79e414f6b9cf53cdf95 /src/SocketStub.tsx
parentccee60f591cdb00b04c4e5db0483420b9db7b7c8 (diff)
final cleanup pass.
Diffstat (limited to 'src/SocketStub.tsx')
-rw-r--r--src/SocketStub.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SocketStub.tsx b/src/SocketStub.tsx
index 49a847d34..f9d48c067 100644
--- a/src/SocketStub.tsx
+++ b/src/SocketStub.tsx
@@ -1,4 +1,4 @@
-import { Field, FieldWaiting, FIELD_ID, DOC_ID, FIELD_WAITING } from "./fields/Field"
+import { Field, FIELD_ID } from "./fields/Field"
import { Key, KeyStore } from "./fields/Key"
import { ObservableMap, action } from "mobx";
import { Document } from "./fields/Document"