refactor: Import from react-router/lib (#3117)
This commit is contained in:
parent
79ef8b3653
commit
07e875972a
10 changed files with 15 additions and 17 deletions
|
@ -2,7 +2,7 @@ import React from 'react';
|
|||
import Column from '../ui/components/column';
|
||||
import ColumnLink from '../ui/components/column_link';
|
||||
import ColumnSubheading from '../ui/components/column_subheading';
|
||||
import { Link } from 'react-router';
|
||||
import Link from 'react-router/lib/Link';
|
||||
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
|
||||
import { connect } from 'react-redux';
|
||||
import PropTypes from 'prop-types';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue