fix: remove ImageGen references to fix build
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 <noreply@anthropic.com>
This commit is contained in:
parent
9b7cde262a
commit
71e7e5de05
|
|
@ -124,7 +124,6 @@ import { HolonShape } from "@/shapes/HolonShapeUtil"
|
||||||
import { ObsidianBrowserShape } from "@/shapes/ObsidianBrowserShapeUtil"
|
import { ObsidianBrowserShape } from "@/shapes/ObsidianBrowserShapeUtil"
|
||||||
import { FathomMeetingsBrowserShape } from "@/shapes/FathomMeetingsBrowserShapeUtil"
|
import { FathomMeetingsBrowserShape } from "@/shapes/FathomMeetingsBrowserShapeUtil"
|
||||||
import { LocationShareShape } from "@/shapes/LocationShareShapeUtil"
|
import { LocationShareShape } from "@/shapes/LocationShareShapeUtil"
|
||||||
import { ImageGenShape } from "@/shapes/ImageGenShapeUtil"
|
|
||||||
|
|
||||||
export function useAutomergeStoreV2({
|
export function useAutomergeStoreV2({
|
||||||
handle,
|
handle,
|
||||||
|
|
@ -153,7 +152,6 @@ export function useAutomergeStoreV2({
|
||||||
ObsidianBrowser: {} as any,
|
ObsidianBrowser: {} as any,
|
||||||
FathomMeetingsBrowser: {} as any,
|
FathomMeetingsBrowser: {} as any,
|
||||||
LocationShare: {} as any,
|
LocationShare: {} as any,
|
||||||
ImageGen: {} as any,
|
|
||||||
},
|
},
|
||||||
bindings: defaultBindingSchemas,
|
bindings: defaultBindingSchemas,
|
||||||
})
|
})
|
||||||
|
|
@ -176,7 +174,6 @@ export function useAutomergeStoreV2({
|
||||||
ObsidianBrowserShape,
|
ObsidianBrowserShape,
|
||||||
FathomMeetingsBrowserShape,
|
FathomMeetingsBrowserShape,
|
||||||
LocationShareShape,
|
LocationShareShape,
|
||||||
ImageGenShape,
|
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
return store
|
return store
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue