0
0
Fork 0

refactor: Import from react-router/lib (#3117)

This commit is contained in:
Sorin Davidoi 2017-05-18 19:14:03 +02:00 committed by Eugen Rochko
parent 79ef8b3653
commit 07e875972a
10 changed files with 15 additions and 17 deletions

View file

@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import { Link } from 'react-router';
import Link from 'react-router/lib/Link';
const ColumnLink = ({ icon, text, to, href, method, hideOnMobile }) => {
if (href) {

View file

@ -1,5 +1,5 @@
import React from 'react';
import { Link } from 'react-router';
import Link from 'react-router/lib/Link';
import { FormattedMessage } from 'react-intl';
class TabsBar extends React.Component {