diff --git a/web/src/main.tsx b/web/src/main.tsx index 4721766..f117627 100644 --- a/web/src/main.tsx +++ b/web/src/main.tsx @@ -6,6 +6,7 @@ import { Provider } from 'react-redux'; import { store } from './store'; import { isEnvBrowser } from './utils/misc'; import { NextUIProvider } from '@nextui-org/react'; +import 'react-toastify/dist/ReactToastify.css'; const root = document.getElementById('root'); if (isEnvBrowser()) {