From c2ecdf60b06ed040f7f49bf823aa2eafc87eac2c Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Thu, 25 Aug 2022 10:32:52 +0100 Subject: [PATCH] fix qs import Signed-off-by: Brian Fletcher --- plugins/stack-overflow/src/api/StackOverflowClient.ts | 1 + .../stack-overflow/src/home/StackOverflowQuestions/Content.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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,