import { MainSections, ActiveSection, ns as navNs } from './primary.mjs' export const ns = navNs export const AsideNavigation = ({ mobileOnly = false, before = [], after = [] }) => ( )