Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivamani-18 authored Jul 29, 2024
1 parent 977b41f commit 9a9c7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<Route>` element.
2. Import the new component in `App.tsx` and add a new `<Route>` elements.

```tsx
import NewPage from './pages/NewPage';
Expand Down

0 comments on commit 9a9c7da

Please sign in to comment.