diff --git a/frontend/src/Components/common/Layout.jsx b/frontend/src/Components/common/Layout.jsx index d9592602..82b2c4c7 100644 --- a/frontend/src/Components/common/Layout.jsx +++ b/frontend/src/Components/common/Layout.jsx @@ -1,6 +1,5 @@ import React from "react"; import Sidebar from "./Sidebar"; -import { useProfile } from "../../hooks/useProfile"; import UserIcon from "./userIcon"; import { useSidebar } from "../../hooks/useSidebar"; @@ -55,7 +54,10 @@ const Layout = ({ headerText, gridConfig, components, children = null }) => {
-
+
{/* Header Section */}