0
0
Fork 0

Replace react-router-scroll to react-router-scroll-4 (#5568)

This commit is contained in:
Yamagishi Kazutoshi 2017-11-01 06:58:38 +09:00 committed by GitHub
parent 60f962eedc
commit 763a2f8511
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 98 additions and 19 deletions

View file

@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
import ImmutablePropTypes from 'react-immutable-proptypes';
import LoadingIndicator from '../../components/loading_indicator';
import { fetchReblogs } from '../../actions/interactions';
import { ScrollContainer } from 'react-router-scroll';
import { ScrollContainer } from 'react-router-scroll-4';
import AccountContainer from '../../containers/account_container';
import Column from '../ui/components/column';
import ColumnBackButton from '../../components/column_back_button';