summaryrefslogtreecommitdiff
path: root/src-migrate/types/nav.ts
blob: ba97b1bf5f7083d470e0762b0cded0358994842c (plain)
1
2
3
4
export type SecondaryNavItemProps = {
  label: string
  href: string
}