Fix
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-10-31 15:52:12 +01:00
parent 9beddc0877
commit 56f05e93e7

View File

@@ -38,10 +38,8 @@ const ResultView = Component.makeUntraced("Result")(function*() {
)}
</Container>
)
}).pipe(
Component.withRuntime(runtime.context)
)
})
export const Route = createFileRoute("/result")({
component: ResultView
component: Component.withRuntime(ResultView, runtime.context)
})