From 1286987a5c9b486252df21ab96252cb9a0acac45 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Tue, 13 May 2025 14:08:34 +0330 Subject: [PATCH] fixed bug --- src/app/(withAuth)/(dashboardLayout)/layout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/(withAuth)/(dashboardLayout)/layout.js b/src/app/(withAuth)/(dashboardLayout)/layout.js index 181673f..f13663c 100644 --- a/src/app/(withAuth)/(dashboardLayout)/layout.js +++ b/src/app/(withAuth)/(dashboardLayout)/layout.js @@ -1,3 +1,4 @@ +"use client"; import HeaderWithLogo from "@/components/layouts/dashboard/headerWithLogo"; import HeaderWithSidebar from "@/components/layouts/dashboard/headerWithSidebar"; import { Stack } from "@mui/material";