1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

Replace 'qs' dep. with 'querystring'

This commit is contained in:
Richard Lewis
2017-11-10 11:42:56 +00:00
parent bd6b5c4498
commit d2070a08d8
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ limitations under the License.
'use strict';
import url from 'url';
import qs from 'qs';
import qs from 'querystring';
import React from 'react';
import MatrixClientPeg from '../../../MatrixClientPeg';
import PlatformPeg from '../../../PlatformPeg';