diff options
author | bobzel <zzzman@gmail.com> | 2025-01-21 18:13:39 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-01-21 18:13:39 -0500 |
commit | d72977ad8b67f2575cad8aea988fcfa7c04f794a (patch) | |
tree | 2b87cab8eade12394cb19f7168e0a9c5e5ff07f3 /src/client/documents/Documents.ts | |
parent | ec0ab50aad9fbb55477476998c6932488b149f45 (diff) |
more attempts to cleanup typing, etc in chat box
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 0bff74ac1..7f1387ff8 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -19,7 +19,6 @@ import { DocServer } from '../DocServer'; import { dropActionType } from '../util/DropActionTypes'; import { CollectionViewType, DocumentType } from './DocumentTypes'; import { Id } from '../../fields/FieldSymbols'; -import { FireflyImageData } from '../views/smartdraw/FireflyConstants'; class EmptyBox { public static LayoutString() { |