diff options
| author | eleanor-park <eleanor_park@brown.edu> | 2025-01-09 11:19:31 -0500 |
|---|---|---|
| committer | eleanor-park <eleanor_park@brown.edu> | 2025-01-09 11:19:31 -0500 |
| commit | 51a9f85b4ddc38ac825efcefc0c6db23f3b9914e (patch) | |
| tree | 80308028db74aff7eef2c2f0d74634098d8fef29 /src/client/documents | |
| parent | ed9196dcf1b589be25ecd3924eb494ce710beed6 (diff) | |
added ai editor to collections
Diffstat (limited to 'src/client/documents')
| -rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 7f1387ff8..0bff74ac1 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -19,6 +19,7 @@ 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() { |
