"use client"; import SidebarContent from './SidebarContent'; const Sidebar = () => { return (
); }; export default Sidebar;