From 7f2afeac86caf4caf2453fcdaf10fdd5a6165d9c Mon Sep 17 00:00:00 2001 From: Lorraxs Date: Sun, 10 Mar 2024 15:23:57 +0700 Subject: [PATCH] add toastify css --- web/src/main.tsx | 1 + 1 file changed, 1 insertion(+) 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()) {