From 9a9c7dad2e1050454475a1f07a6bd8d11729356b Mon Sep 17 00:00:00 2001 From: Sivasubramaniyam <56999761+Sivamani-18@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:58:40 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8544d3..28890a0 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ This project uses `react-router-dom` for routing. The `Header` component contain ### Adding New Routes 1. Create a new page component in the `src/pages` directory. -2. Import the new component in `App.tsx` and add a new `` element. +2. Import the new component in `App.tsx` and add a new `` elements. ```tsx import NewPage from './pages/NewPage';