Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
fix: fix module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
troch committed Jun 3, 2016
1 parent d97a551 commit 575b2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Link from './Link';
import routeNode from './routeNode';
import routerPlugin from './routerPlugin';

export default {
export {
Link,
routeNode,
routerPlugin
Expand Down

0 comments on commit 575b2ec

Please sign in to comment.