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'