complete toast and notification for keeping data in local storage for filtering and move on next step
This commit is contained in:
@@ -2,7 +2,9 @@ import cacheProviderRtl from "@/core/utils/cacheRtl";
|
||||
import {CssBaseline, ThemeProvider} from "@mui/material";
|
||||
import theme from "@/core/utils/theme";
|
||||
import {AppRouterCacheProvider} from "@mui/material-nextjs/v14-appRouter";
|
||||
import "^/global.scss"
|
||||
import 'react-toastify/dist/ReactToastify.css';
|
||||
import "^/global.scss";
|
||||
import {ToastContainer} from "react-toastify";
|
||||
|
||||
const Template = ({children}) => {
|
||||
return (
|
||||
@@ -10,6 +12,7 @@ const Template = ({children}) => {
|
||||
<ThemeProvider theme={theme}>
|
||||
<CssBaseline/>
|
||||
{children}
|
||||
<ToastContainer rtl containerId="filtering" closeButton={false}/>
|
||||
</ThemeProvider>
|
||||
</AppRouterCacheProvider>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user