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 {
115
115
To ,
116
116
} from "react-router" ;
117
117
export {
118
+ AbortedDeferredError ,
118
119
Await ,
119
120
DataMemoryRouter ,
120
121
MemoryRouter ,
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ export type {
64
64
To ,
65
65
} from "react-router" ;
66
66
export {
67
+ AbortedDeferredError ,
67
68
Await ,
68
69
DataMemoryRouter ,
69
70
MemoryRouter ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import type {
17
17
To ,
18
18
} from "@remix-run/router" ;
19
19
import {
20
+ AbortedDeferredError ,
20
21
Action as NavigationType ,
21
22
createPath ,
22
23
defer ,
@@ -146,8 +147,9 @@ export type {
146
147
To ,
147
148
} ;
148
149
export {
149
- DataMemoryRouter ,
150
+ AbortedDeferredError ,
150
151
Await ,
152
+ DataMemoryRouter ,
151
153
MemoryRouter ,
152
154
Navigate ,
153
155
NavigationType ,
You can’t perform that action at this time.
0 commit comments