0.2.1 #26

Merged
Thilawyn merged 144 commits from next into master 2025-12-01 23:37:40 +01:00
Showing only changes of commit 56f05e93e7 - Show all commits

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)
})