diff options
| author | sharkiecodes <lanyi_stroud@brown.edu> | 2025-06-09 12:45:05 -0400 |
|---|---|---|
| committer | sharkiecodes <lanyi_stroud@brown.edu> | 2025-06-09 12:45:05 -0400 |
| commit | 6381d50e52905540105404c9976abd1d65252273 (patch) | |
| tree | c75c57f6a6d05731b15291beae3f3ce421251bb4 /src/client/views/collections | |
| parent | 5493911505ddca32e32b7ca2dfb9545766b84a9b (diff) | |
scrapbook
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx index 9f96163cd..b644db0b3 100644 --- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx +++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx @@ -30,10 +30,6 @@ import { ImageLabelBoxData } from './ImageLabelBox'; import { MarqueeOptionsMenu } from './MarqueeOptionsMenu'; import { StrListCast } from '../../../../fields/Doc'; import { requestAiGeneratedPreset, DocumentDescriptor } from '../../nodes/scrapbook/AIPresetGenerator'; -import { ScrapbookItemConfig } from '../../nodes/scrapbook/ScrapbookPreset'; -import { OverlayView } from '../../OverlayView'; -import { runInAction } from 'mobx'; -import { ScrapbookPicker } from '../../nodes/scrapbook/ScrapbookPicker'; import { buildPlaceholdersFromConfigs, slotRealDocIntoPlaceholders } from '../../nodes/scrapbook/ScrapbookBox'; import './MarqueeView.scss'; |
