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