Added router

This commit is contained in:
Marc Wieland
2025-07-25 14:34:29 +02:00
parent df7372999b
commit 4934b8043c
91 changed files with 105121 additions and 15 deletions
+6
View File
@@ -0,0 +1,6 @@
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:
```diff
-import { Routes } from "react-router-dom"
+import { Routes } from "react-router"
```