Merge pull request #1015 from matrix-org/t3chguy/random_fix_1

fix copy and paste derp and rip out unused imports
This commit is contained in:
Matthew Hodgson 2017-06-06 18:02:35 +01:00 committed by GitHub
commit 184c2d5e58
26 changed files with 8 additions and 41 deletions

View file

@ -18,7 +18,6 @@ limitations under the License.
import request from 'browser-request';
import counterpart from 'counterpart';
import q from 'q';
import sanitizeHtml from "sanitize-html";
import UserSettingsStore from './UserSettingsStore';