complete making needed data for keeping in local storage
This commit is contained in:
@@ -2,7 +2,6 @@ import {Box, Stack} from "@mui/material";
|
||||
import HeaderWithLogo from "@/components/layouts/dashboard/headerWithLogo";
|
||||
import HeaderWithSidebar from "@/components/layouts/dashboard/headerWithSidebar";
|
||||
import 'react-toastify/dist/ReactToastify.css';
|
||||
import {ToastContainer} from "react-toastify";
|
||||
|
||||
const Template = ({children}) => {
|
||||
return (<Stack>
|
||||
@@ -10,7 +9,6 @@ const Template = ({children}) => {
|
||||
<Box>
|
||||
<HeaderWithSidebar>
|
||||
{children}
|
||||
<ToastContainer/>
|
||||
</HeaderWithSidebar>
|
||||
</Box>
|
||||
</Stack>)
|
||||
|
||||
Reference in New Issue
Block a user