diff --git a/src/app/(withAuth)/(dashboardLayout)/layout.js b/src/app/(withAuth)/(dashboardLayout)/layout.js index 54c6ee0..544ff61 100644 --- a/src/app/(withAuth)/(dashboardLayout)/layout.js +++ b/src/app/(withAuth)/(dashboardLayout)/layout.js @@ -5,6 +5,7 @@ import WithWidgetMiddleware from "@/core/middlewares/withWidget"; import { SocketProvider } from "@/lib/contexts/socket"; import { usePermissions } from "@/lib/hooks/usePermissions"; import { Stack } from "@mui/material"; +import { SWRConfig } from "swr"; const Layout = ({ children }) => { const { data: permissions } = usePermissions(); @@ -14,9 +15,11 @@ const Layout = ({ children }) => { return ( - - {children} - + new Map() }}> + + {children} + +