import { SideBar } from './sidebar';
export type { WebSideBarProps as SideBarProps } from "../../types";
export default SideBar;
