This codemod updates deprecated Redirect components from react-router-dom to the modern Navigate API. It also updates the imports by replacing Redirect with Navigate.
Before
tsx
After
tsx
This change ensures compatibility with newer versions of react-router-dom by using Navigate in place of Redirect.