We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eb7d32 + bf4d60c commit c98e7eeCopy full SHA for c98e7ee
examples/react-router-v4-example/src/components/Home.js
@@ -2,7 +2,6 @@ import React from 'react';
2
import PropTypes from 'prop-types';
3
import { connect } from 'react-redux';
4
import { bindActionCreators } from 'redux';
5
-import { withRouter } from 'react-router-dom';
6
import * as sessionActions from '../actions/sessionActions';
7
import LogoutButton from './LogoutButton';
8
0 commit comments