const SidebarProgressPanel = ({ children }) => { return (
{children}
); }; export default SidebarProgressPanel;