add toastify css
This commit is contained in:
parent
d699aae0ad
commit
7f2afeac86
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user