1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00

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
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';