diff --git a/src/App.tsx b/src/App.tsx index 1825441..4e69d87 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,7 +7,7 @@ import 'react-loading-skeleton/dist/skeleton.css' import i18next from 'i18next' import { I18nextProvider } from 'react-i18next' import { QueryCache, QueryClient, QueryClientProvider } from '@tanstack/react-query' -import { ToastContainer } from 'react-toastify' +import ToastContainer from './components/Toast' import FaJson from './langs/fa.json' import { IApiErrorRepsonse } from './types/error.types' diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 9b33f66..3b7879a 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -19,7 +19,7 @@ const Button: FC = memo((props: Props) => { ); return ( -