Skip to content

Commit 69a9240

Browse files
committed
[fixed] Added missing IndexLink to exports
1 parent a617eed commit 69a9240

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
@@ -1,6 +1,7 @@
11
/* components */
22
export Router from './Router'
33
export Link from './Link'
4+
export IndexLink from './IndexLink'
45

56
/* components (configuration) */
67
export IndexRoute from './IndexRoute'

0 commit comments

Comments
 (0)