/** * Composable dashboard sidebar primitives (HeroUI Button / Chip / Select-friendly). * * @example * ```tsx * import { * DashboardSidebar, * DashboardSidebarHeader, * DashboardSidebarNav, * defaultDashboardSidebarConfig, * } from "@xylex-group/athena-auth-ui/sidebar" * * router.push(href)} * /> * ``` */ export * from './components/auth/sidebar/index.js';