import { withInstall } from '../utils'; import _SidebarItem from './SidebarItem'; const SidebarItem = withInstall(_SidebarItem); export default SidebarItem; export { SidebarItem };