Skip to content

Commit

Permalink
Update add-react-router.mdx (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-980 authored Dec 9, 2024
1 parent ff1db3d commit 5ffcb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/react/add-react-router.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Learn how to add React Router to your application using React Router's new Data

### Create components for your routes

The exact routes you will need depends on your application. For this guide, you will create `/`, `/contact`, `/dashboard`, `/sign-in`, and `sign-up` routes. The `/dashboard` route will contain a default route (`/dashbard/`) and an invoices route (`/dashboard/invoices`). The first step will be creating basic components for these routes.
The exact routes you will need depends on your application. For this guide, you will create `/`, `/contact`, `/dashboard`, `/sign-in`, and `sign-up` routes. The `/dashboard` route will contain a default route (`/dashboard/`) and an invoices route (`/dashboard/invoices`). The first step will be creating basic components for these routes.

Use the tabs below to find the example components and recreate these files using the path from each tab.

Expand Down

0 comments on commit 5ffcb24

Please sign in to comment.