add toastify css

This commit is contained in:
Lorraxs 2024-03-10 15:23:57 +07:00
parent d699aae0ad
commit 7f2afeac86

View File

@ -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()) {