Skip to content

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Nov 10, 2024
1 parent 2013107 commit fd30003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/onestack.dev/data/docs/routing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function loader({ params }) {
// params.rest is an array ['a', 'b', 'c']
}

export default function BlogPostPage({ params }) {
export default function BlogPostPage() {
const params = useParams()
// params.rest is an array ['a', 'b', 'c']
}
Expand Down

0 comments on commit fd30003

Please sign in to comment.