Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandutta2007 committed Feb 16, 2024
1 parent bd76c23 commit 60e6098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content-script/ChatGPTQuery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 60e6098

Please sign in to comment.