Rocky_Mountain_Vending/.pnpm-store/v10/files/fe/03de3f681c8c2eed745fdfbe0ceb68d377ab3df033071d1ba5d45127cf0b8734d61d23a93d844cd226ef17cf85523492ca0f015afe035dbedb61132da5fd3d
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

15 lines
No EOL
401 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.labelNav = labelNav;
/**
* 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
*/
function labelNav() {
return "";
}
//# sourceMappingURL=labelNav.js.map