Refactoring. Removed useless import. (#3254)

original: https://github.com/tootsuite/mastodon/pull/2618
This commit is contained in:
Yamagishi Kazutoshi 2017-05-23 20:08:01 +09:00 committed by Eugen Rochko
parent 8fd174298d
commit 1d436a4322
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import React from 'react';
import Status from './status';
import ImmutablePropTypes from 'react-immutable-proptypes';
import { ScrollContainer } from 'react-router-scroll';
import PropTypes from 'prop-types';