File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export Prompt from "./Prompt";
77export Redirect from "./Redirect" ;
88export Route from "./Route" ;
99export Router from "./Router" ;
10- import RouterContext from "./RouterContext" ;
10+ export RouterContext from "./RouterContext" ;
1111export StaticRouter from "./StaticRouter" ;
1212export Switch from "./Switch" ;
1313export generatePath from "./generatePath" ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export Prompt from "./Prompt";
33export Redirect from "./Redirect" ;
44export Route from "./Route" ;
55export Router from "./Router" ;
6- import RouterContext from "./RouterContext" ;
6+ export RouterContext from "./RouterContext" ;
77export StaticRouter from "./StaticRouter" ;
88export Switch from "./Switch" ;
99export generatePath from "./generatePath" ;
You can’t perform that action at this time.
0 commit comments