diff options
author | bobzel <zzzman@gmail.com> | 2025-01-28 11:01:05 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-01-28 11:01:05 -0500 |
commit | a78901127cd8af401146df47595442c4d8a696f2 (patch) | |
tree | 5bdb51b57f9f11be864a26e8580bc6bd49a2ba48 | |
parent | e7b0b92adf3404bc24e1b9d5d6a857a0ad6e6418 (diff) |
from last
-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 1ca118137..6c2f10652 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() { |