File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ export type {
115115 To ,
116116} from "react-router" ;
117117export {
118+ AbortedDeferredError ,
118119 Await ,
119120 DataMemoryRouter ,
120121 MemoryRouter ,
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ export type {
6464 To ,
6565} from "react-router" ;
6666export {
67+ AbortedDeferredError ,
6768 Await ,
6869 DataMemoryRouter ,
6970 MemoryRouter ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import type {
1717 To ,
1818} from "@remix-run/router" ;
1919import {
20+ AbortedDeferredError ,
2021 Action as NavigationType ,
2122 createPath ,
2223 defer ,
@@ -146,8 +147,9 @@ export type {
146147 To ,
147148} ;
148149export {
149- DataMemoryRouter ,
150+ AbortedDeferredError ,
150151 Await ,
152+ DataMemoryRouter ,
151153 MemoryRouter ,
152154 Navigate ,
153155 NavigationType ,
You can’t perform that action at this time.
0 commit comments