chore: generate

This commit is contained in:
opencode-agent[bot] 2026-07-27 09:17:56 +00:00
parent 4469cecc4e
commit 0b4edfc64c

View file

@ -2229,9 +2229,7 @@ export default function Page() {
setFollowup("paused", id, true)
},
})
return (
<PromptInputV2Composer controller={controller} borderUnderlay />
)
return <PromptInputV2Composer controller={controller} borderUnderlay />
}}
</Show>
}