import React, { memo } from "react"; import { Outlet } from "react-router"; import Sidebar from "./Sidebar"; const MainLayout = () => { return (