Skip to content

Commit

Permalink
Re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jul 16, 2024
1 parent cffa549 commit 1cb2a40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-router-dom-v5-compat/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export {
parsePath,
redirect,
redirectDocument,
replace,
renderMatches,
resolvePath,
unstable_HistoryRouter,
Expand Down
1 change: 1 addition & 0 deletions packages/react-router-dom/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export {
parsePath,
redirect,
redirectDocument,
replace,
renderMatches,
resolvePath,
useActionData,
Expand Down
1 change: 1 addition & 0 deletions packages/react-router-native/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export {
parsePath,
redirect,
redirectDocument,
replace,
renderMatches,
resolvePath,
useActionData,
Expand Down
2 changes: 2 additions & 0 deletions packages/react-router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import {
parsePath,
redirect,
redirectDocument,
replace,
resolvePath,
UNSAFE_warning as warning,
} from "@remix-run/router";
Expand Down Expand Up @@ -206,6 +207,7 @@ export {
parsePath,
redirect,
redirectDocument,
replace,
renderMatches,
resolvePath,
useBlocker,
Expand Down

0 comments on commit 1cb2a40

Please sign in to comment.