diff options
author | Vitaly Takmazov | 2018-11-11 02:26:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 8728f92f757e2a37a60d13546426579ab95430dd (patch) | |
tree | b751f243659761ef811e55ca5222750874452119 /vnext/src/components/Post.js | |
parent | e22f69d145a6c805b843bae76236b65b30ac5ef9 (diff) |
query-string -> qs
Firefox 48 support
Diffstat (limited to 'vnext/src/components/Post.js')
-rw-r--r-- | vnext/src/components/Post.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Post.js b/vnext/src/components/Post.js index 7646d740..555ad9af 100644 --- a/vnext/src/components/Post.js +++ b/vnext/src/components/Post.js @@ -3,7 +3,7 @@ import React from 'react'; import ReactRouterPropTypes from 'react-router-prop-types'; import { UserType } from './Types'; -import * as qs from 'query-string'; +import * as qs from 'qs'; import MessageInput from './MessageInput'; |