From 60e609815b4ba037efec54b33be5b6c8eff3618b Mon Sep 17 00:00:00 2001 From: ishan dutta Date: Fri, 16 Feb 2024 08:29:28 +0530 Subject: [PATCH] minor --- src/content-script/ChatGPTQuery.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content-script/ChatGPTQuery.tsx b/src/content-script/ChatGPTQuery.tsx index 90fa34b..e0c4bfc 100644 --- a/src/content-script/ChatGPTQuery.tsx +++ b/src/content-script/ChatGPTQuery.tsx @@ -3,7 +3,7 @@ import { useEffect, useState } from 'preact/hooks' import { memo, useCallback, useRef } from 'react' import { useTranslation } from 'react-i18next' import ReactMarkdown from 'react-markdown' -import { toast } from 'react-toastify' +import { toast, Zoom } from 'react-toastify' import 'react-toastify/dist/ReactToastify.css' import rehypeHighlight from 'rehype-highlight' import Browser from 'webextension-polyfill'