feat(app): add prompt input story (#32308)

This commit is contained in:
Brendan Allan
2026-06-14 13:40:09 +00:00
committed by GitHub
parent 3e523d506c
commit d37ddc501c
15 changed files with 501 additions and 228 deletions
@@ -11,6 +11,10 @@ export function useNavigate() {
return () => undefined
}
export function useSearchParams<T extends Record<string, string>>() {
return [{} as Partial<T>, () => undefined] as const
}
export function useLocation() {
return {
pathname: "/story/session/story-session",