diff options
author | bobzel <zzzman@gmail.com> | 2020-08-24 11:51:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 11:51:41 -0400 |
commit | 28226924bab8a82b4d2b60d49b63296cbb25658b (patch) | |
tree | 0d2951df140115047aec79ec90285117b3a29ef0 /src/client/DocServer.ts | |
parent | a9e08e0504e8002bc5d991b6a13777577ddd8f9f (diff) | |
parent | a6728f81c8192c910ed1f2b70091c39634aca05c (diff) |
Merge pull request #645 from browngraphicslab/presentation_updates
Presentation updates
Diffstat (limited to 'src/client/DocServer.ts')
-rw-r--r-- | src/client/DocServer.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts index dde75497c..9da5b8632 100644 --- a/src/client/DocServer.ts +++ b/src/client/DocServer.ts @@ -5,7 +5,7 @@ import { Utils, emptyFunction } from '../Utils'; import { SerializationHelper } from './util/SerializationHelper'; import { RefField } from '../fields/RefField'; import { Id, HandleUpdate, Parent } from '../fields/FieldSymbols'; -import GestureOverlay from './views/GestureOverlay'; +import { GestureOverlay } from './views/GestureOverlay'; import MobileInkOverlay from '../mobile/MobileInkOverlay'; import { runInAction } from 'mobx'; import { ObjectField } from '../fields/ObjectField'; |