Przeglądaj źródła

add <HeadBar />

visuddhinanda 2 lat temu
rodzic
commit
0643b0ec3f

+ 2 - 0
dashboard/src/pages/library/notifications/index.tsx

@@ -2,10 +2,12 @@ import { Outlet } from "react-router-dom";
 import { Layout } from "antd";
 import { Layout } from "antd";
 
 
 import FooterBar from "../../../components/library/FooterBar";
 import FooterBar from "../../../components/library/FooterBar";
+import HeadBar from "../../../components/library/HeadBar";
 
 
 const Widget = () => {
 const Widget = () => {
   return (
   return (
     <Layout>
     <Layout>
+      <HeadBar />
       <Outlet />
       <Outlet />
       <FooterBar />
       <FooterBar />
     </Layout>
     </Layout>