wip(shared): Nav prebuild changes
This commit is contained in:
parent
847598f059
commit
995bb23551
17 changed files with 103 additions and 349 deletions
|
@ -1,6 +1,8 @@
|
|||
import { MainSections, ActiveSection } from './primary.mjs'
|
||||
import { MainSections, ActiveSection, ns as navNs } from './primary.mjs'
|
||||
import Link from 'next/link'
|
||||
|
||||
export const ns = navNs
|
||||
|
||||
export const AsideNavigation = ({ app, mobileOnly = false, before = [], after = [] }) => (
|
||||
<aside
|
||||
className={`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue