todoApp/node_modules/react-router-dom
Alain Vasquez Ramirez deb60c112f version 02 2025-03-26 19:04:28 -06:00
..
LICENSE.md version 1.0 2025-03-26 08:18:28 -06:00
README.md version 1.0 2025-03-26 08:18:28 -06:00
package.json version 02 2025-03-26 19:04:28 -06:00

README.md

This package simply re-exports everything from react-router to smooth the upgrade path for v6 applications. Once upgraded you can change all of your imports and remove it from your dependencies:

-import { Routes } from "react-router-dom"
+import { Routes } from "react-router"