We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aac20a commit 05ffe57Copy full SHA for 05ffe57
docs/docs/components.md
@@ -27,7 +27,7 @@ import { Link } from "@swan-io/chicane";
27
const App = () => (
28
<>
29
<Link to={Router.Home()}>Home</Link>
30
- <Link to={Router.UseDetail({ userId: "123" })}>User</Link>
+ <Link to={Router.UserDetail({ userId: "123" })}>User</Link>
31
</>
32
);
33
```
0 commit comments