Skip to content

Commit 0d314b0

Browse files
committedFeb 7, 2025
feat: replace react-router-dom with react-router
1 parent c42a12b commit 0d314b0

File tree

51 files changed

+69
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+69
-82
lines changed
 

Diff for: ‎examples/react-router-custom-path/client/src/pages/(auth)/_layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Outlet } from 'react-router-dom'
1+
import { Outlet } from 'react-router'
22

33
export default function Layout() {
44
return (

Diff for: ‎examples/react-router-custom-path/client/src/pages/+modal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useLocation } from 'react-router-dom'
1+
import { useLocation } from 'react-router'
22

33
import { useModals } from '@/router'
44

0 commit comments

Comments
 (0)