From 5ffcb24469accef52ba297d08c98e18ab0f9c4d6 Mon Sep 17 00:00:00 2001 From: Kendrick Ato-Kwame Amankwah Date: Mon, 9 Dec 2024 21:15:26 +0000 Subject: [PATCH] Update add-react-router.mdx (#1784) --- docs/references/react/add-react-router.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/react/add-react-router.mdx b/docs/references/react/add-react-router.mdx index 469ba35c67..ed6e50fc46 100644 --- a/docs/references/react/add-react-router.mdx +++ b/docs/references/react/add-react-router.mdx @@ -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.