/**
 * @fileoverview Sidebar component exports
 */
export { Sidebar } from './Sidebar';
export type { SidebarProps, SidebarItem } from './Sidebar';
