diff options
Diffstat (limited to 'src/SocketStub.tsx')
-rw-r--r-- | src/SocketStub.tsx | 2 |
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" |