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 ImmutablePropTypes from 'react-immutable-proptypes';
|
||||
import PropTypes from 'prop-types';
|
||||
import DropdownMenu from '../../../components/dropdown_menu';
|
||||
import { Link } from 'react-router';
|
||||
import Link from 'react-router/lib/Link';
|
||||
import { defineMessages, injectIntl, FormattedMessage, FormattedNumber } from 'react-intl';
|
||||
|
||||
const messages = defineMessages({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue