diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-25 11:46:28 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-07-25 11:46:28 -0400 |
commit | b4888c53bcc4eb9a37ed4b3dac740bfffc64d3c5 (patch) | |
tree | c376f633ecd38210548226e5ee01c217d152c94b /src/client/DocServer.ts | |
parent | 7a750bcd925e6903f7b44da15a336081f28f5c29 (diff) |
postponed dealing with circular import bug imagebox
Diffstat (limited to 'src/client/DocServer.ts')
-rw-r--r-- | src/client/DocServer.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts index 077c8e5ba..df9828029 100644 --- a/src/client/DocServer.ts +++ b/src/client/DocServer.ts @@ -5,7 +5,6 @@ import { Utils, emptyFunction } from '../Utils'; import { SerializationHelper } from './util/SerializationHelper'; import { RefField } from '../new_fields/RefField'; import { Id, HandleUpdate } from '../new_fields/FieldSymbols'; -import { CurrentUserUtils } from '../server/authentication/models/current_user_utils'; /** * This class encapsulates the transfer and cross-client synchronization of |