SchiriTrainer2/node_modules/react-router-dom
2025-07-25 14:34:29 +02:00
..
dist Added router 2025-07-25 14:34:29 +02:00
LICENSE.md Added router 2025-07-25 14:34:29 +02:00
package.json Added router 2025-07-25 14:34:29 +02:00
README.md Added router 2025-07-25 14:34:29 +02:00

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"