import { Outlet } from "react-router"; const AppManage = () => { return (
); }; export default AppManage;