Skip to content

Commit 438b6b2

Browse files
committed
Merge pull request #2851 from alexlande/bug-routingContextExport
Add deprecated RoutingContext export to index
2 parents 9c40706 + c3a667f commit 438b6b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export RouteContext from './RouteContext'
1818
export useRoutes from './useRoutes'
1919
export { createRoutes } from './RouteUtils'
2020
export RouterContext from './RouterContext'
21+
export RoutingContext from './RoutingContext'
2122
export PropTypes from './PropTypes'
2223
export match from './match'
2324
export useRouterHistory from './useRouterHistory'

0 commit comments

Comments
 (0)