We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7f96a commit addddb6Copy full SHA for addddb6
src/routes/solid-router/reference/primitives/use-resolved-path.mdx
@@ -30,8 +30,8 @@ const parentRoutePath = useResolvedPath(() => "");
30
return (
31
<>
32
<h1>Module component layer</h1>
33
+ {/* Modular magic */}
34
<Router base={parentRoutePath()}>
- {/* Modular magic */}
35
<Route path="/" component={() => <div>Index</div>} />
36
<Route path="/a" component={() => <div>AComponent</div>} />
37
</Router>
0 commit comments