import Image from "next/image"; const SidebarHeader: React.FC = () => { return (
); }; export default SidebarHeader;