Skip to content

Commit

Permalink
Fix missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hrasekj committed Apr 30, 2019
1 parent 2ffc00b commit 0dd3108
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import { Link } from './components/Link';
import { MobxRouter } from './components/MobxRouter';
import { generateUrl, routerStateToUrl } from './generate-url';
import { RouterStore, RouterState, Route } from './router-store';
import { noopAsync, buildFnsArray, dummyFn } from './utils';
import { startRouter } from './start-router';

export {
MobxRouter, Link,
generateUrl, routerStateToUrl,
RouterStore, RouterState, Route,
startRouter,
Expand Down

0 comments on commit 0dd3108

Please sign in to comment.