openstock/lib/constants.ts

5 lines
151 B
TypeScript

export const NAV_ITEMS = [
{href: "/", label: 'Dashboard'},
{href: "/search", label: 'Search'},
{href: "/watchlist", label: 'Watchlist'},
]