remove unused dispatcher import

This commit is contained in:
Bruno Windels 2019-04-10 13:31:27 +02:00
parent 6ca1a879c9
commit 49e96dc404
3 changed files with 0 additions and 3 deletions

View file

@ -20,7 +20,6 @@ limitations under the License.
import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import dis from '../../../dispatcher';
import Analytics from '../../../Analytics';
import AccessibleButton from '../elements/AccessibleButton';