ostp/ostp-license/frontend/node_modules/react-router-dom
ospab 1568db3323 ci: rename nightly to alpha 2026-07-09 02:46:47 +03:00
..
dist ci: rename nightly to alpha 2026-07-09 02:46:47 +03:00
LICENSE.md ci: rename nightly to alpha 2026-07-09 02:46:47 +03:00
README.md ci: rename nightly to alpha 2026-07-09 02:46:47 +03:00
package.json ci: rename nightly to alpha 2026-07-09 02:46:47 +03: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"