chore: generate

This commit is contained in:
opencode-agent[bot]
2026-07-27 09:17:56 +00:00
parent 66c6d286bc
commit 92e65919cd
+1 -3
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>
}