diff --git a/src/components/NotificationForChatGPTWeb/index.jsx b/src/components/NotificationForChatGPTWeb/index.jsx index c395d0e..c32c97d 100644 --- a/src/components/NotificationForChatGPTWeb/index.jsx +++ b/src/components/NotificationForChatGPTWeb/index.jsx @@ -5,6 +5,7 @@ import { toast, ToastContainer } from 'react-toastify' import { useEffect } from 'react' import 'react-toastify/dist/ReactToastify.css' import { useTheme } from '../../hooks/use-theme.mjs' +import { getUserConfig } from '../../config/index.mjs' const NotificationForChatGPTWeb = () => { const { t } = useTranslation() @@ -45,11 +46,11 @@ const NotificationForChatGPTWeb = () => {