import { MainSections, ActiveSection } from './primary.mjs' import Link from 'next/link' export const AsideNavigation = ({ app, mobileOnly = false, before = [], after = [] }) => ( )