Skip to content

Commit addddb6

Browse files
committed
fix comment
1 parent 6b7f96a commit addddb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/reference/primitives/use-resolved-path.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const parentRoutePath = useResolvedPath(() => "");
3030
return (
3131
<>
3232
<h1>Module component layer</h1>
33+
{/* Modular magic */}
3334
<Router base={parentRoutePath()}>
34-
{/* Modular magic */}
3535
<Route path="/" component={() => <div>Index</div>} />
3636
<Route path="/a" component={() => <div>AComponent</div>} />
3737
</Router>

0 commit comments

Comments
 (0)