|
@@ -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>
|