diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-20 21:37:32 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-20 21:37:32 -0400 |
commit | c0439996ec8b4858c48a7871120e19bb7c06c67d (patch) | |
tree | 5efd268f5cf119909f5c955b2710191698bcf47f /src/client/DocServer.ts | |
parent | 820ad7343816ee9d5881eefdbcbe8783fe903257 (diff) |
drag and drop google docs tweaks
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 56d9147ae..2cec1046b 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 { docs_v1 } from 'googleapis'; /** * This class encapsulates the transfer and cross-client synchronization of |