Skip to content

Commit 263443a

Browse files
jonathanglasmeyerjmurzy
authored andcommitted
add transitionRegistry to index exports
1 parent aef2050 commit 263443a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import {
2525
import { render } from './render';
2626
import Reducer from './Reducer';
2727
import RouterContext from './RouterContext';
28+
import transitionRegistry from './transitionRegistry';
2829

2930
/* histories */
3031
import nativeHistory from './nativeHistory';
@@ -47,4 +48,5 @@ export {
4748
render,
4849
RouterContext,
4950
nativeHistory,
51+
transitionRegistry,
5052
};

0 commit comments

Comments
 (0)