Rocky_Mountain_Vending/.pnpm-store/v10/files/96/7cc62c28cd0927755b33a8155504254b8a3a6299d64a24ffb0b48e4c86a8ccc286aaa4087dd9f27993d98ecc1400eed1f2d48d4fbe4790d754f4988378a28d
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

12 lines
No EOL
302 B
Text

/**
* Generates the ARIA label for the navigation toolbar.
*
* @defaultValue `""`
* @returns The ARIA label for the navigation toolbar.
* @group Labels
* @see https://daypicker.dev/docs/translation#aria-labels
*/
export function labelNav() {
return "";
}
//# sourceMappingURL=labelNav.js.map