diff --git a/plugins/stack-overflow/src/api/StackOverflowClient.ts b/plugins/stack-overflow/src/api/StackOverflowClient.ts index 8e740f77fa..ff24b658b0 100644 --- a/plugins/stack-overflow/src/api/StackOverflowClient.ts +++ b/plugins/stack-overflow/src/api/StackOverflowClient.ts @@ -15,6 +15,7 @@ */ import fetch from 'cross-fetch'; +import qs from 'qs'; import { StackOverflowApi } from './StackOverflowApi'; import { StackOverflowQuestion, diff --git a/plugins/stack-overflow/src/home/StackOverflowQuestions/Content.tsx b/plugins/stack-overflow/src/home/StackOverflowQuestions/Content.tsx index c8f5b40d25..a5273ecff9 100644 --- a/plugins/stack-overflow/src/home/StackOverflowQuestions/Content.tsx +++ b/plugins/stack-overflow/src/home/StackOverflowQuestions/Content.tsx @@ -27,7 +27,6 @@ import { import OpenInNewIcon from '@material-ui/icons/OpenInNew'; import useAsync from 'react-use/lib/useAsync'; import _unescape from 'lodash/unescape'; -import qs from 'qs'; import React from 'react'; import { StackOverflowQuestion,