diff --git a/src/component/Frame/HeadlessFrame.tsx b/src/component/Frame/HeadlessFrame.tsx
index e7a09db..bce5921 100755
--- a/src/component/Frame/HeadlessFrame.tsx
+++ b/src/component/Frame/HeadlessFrame.tsx
@@ -1,4 +1,5 @@
-import { Box, Container, Grid, Paper } from "@mui/material";
+import { Box, Container, Grid, Paper, AppBar, Toolbar, IconButton, Typography, Button } from "@mui/material";
+import MenuIcon from "@mui/icons-material/Menu";
import { Outlet, useNavigation } from "react-router-dom";
import { useAppDispatch, useAppSelector } from "../../redux/hooks.ts";
import AutoHeight from "../Common/AutoHeight.tsx";
@@ -40,6 +41,31 @@ const HeadlessFrame = () => {
overflow: "auto",
}}
>
+
+
+
+ {/*
+
+ */}
+ {/*
+ News
+ */}
+
+
+
+
{
{
}}
fontWeight={500}
>
- Powered by
+ Powered by Miaostars
-
);