chore: generate

This commit is contained in:
opencode-agent[bot]
2026-07-27 09:17:56 +00:00
parent 4469cecc4e
commit 0b4edfc64c
+1 -3
View File
@@ -2229,9 +2229,7 @@ export default function Page() {
setFollowup("paused", id, true) setFollowup("paused", id, true)
}, },
}) })
return ( return <PromptInputV2Composer controller={controller} borderUnderlay />
<PromptInputV2Composer controller={controller} borderUnderlay />
)
}} }}
</Show> </Show>
} }