From 71e7e5de05f2850b11eb3c58b723ae196daab88b Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 16 Nov 2025 04:17:49 -0700 Subject: [PATCH] fix: remove ImageGen references to fix build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove ImageGenShape import and references from useAutomergeStoreV2.ts to fix TypeScript build error. ImageGen feature files are not yet committed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/automerge/useAutomergeStoreV2.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/automerge/useAutomergeStoreV2.ts b/src/automerge/useAutomergeStoreV2.ts index a61e88c..8f0e171 100644 --- a/src/automerge/useAutomergeStoreV2.ts +++ b/src/automerge/useAutomergeStoreV2.ts @@ -124,7 +124,6 @@ import { HolonShape } from "@/shapes/HolonShapeUtil" import { ObsidianBrowserShape } from "@/shapes/ObsidianBrowserShapeUtil" import { FathomMeetingsBrowserShape } from "@/shapes/FathomMeetingsBrowserShapeUtil" import { LocationShareShape } from "@/shapes/LocationShareShapeUtil" -import { ImageGenShape } from "@/shapes/ImageGenShapeUtil" export function useAutomergeStoreV2({ handle, @@ -153,7 +152,6 @@ export function useAutomergeStoreV2({ ObsidianBrowser: {} as any, FathomMeetingsBrowser: {} as any, LocationShare: {} as any, - ImageGen: {} as any, }, bindings: defaultBindingSchemas, }) @@ -176,7 +174,6 @@ export function useAutomergeStoreV2({ ObsidianBrowserShape, FathomMeetingsBrowserShape, LocationShareShape, - ImageGenShape, ], }) return store