Skip to content

Commit

Permalink
Merge pull request #15 from javivelasco/master
Browse files Browse the repository at this point in the history
Fix imports for client example
  • Loading branch information
markdalgleish committed Feb 14, 2016
2 parents 98307be + 395b123 commit 6a019f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ import { trigger } from 'redial';

import React from 'react';
import { render } from 'react-dom';
import { Router, RouterContext, browserHistory } from 'react-router';
import { Router, browserHistory, match } from 'react-router';
import { createStore, applyMiddleware } from 'redux';
import { Provider } from 'react-redux';
import thunk from 'redux-thunk';
Expand Down

0 comments on commit 6a019f5

Please sign in to comment.