Remove unused UserSettingsStore import

pull/21833/head
Luke Barnard 2017-11-10 16:12:07 +00:00
parent 1c82df216e
commit a96bfee9f2
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import {MatrixClient} from 'matrix-js-sdk';
import UserSettingsStore from '../../../UserSettingsStore';
import FlairStore from '../../../stores/FlairStore';
import dis from '../../../dispatcher';