Rocky_Mountain_Vending/.pnpm-store/v10/files/dd/d8d8bf677607172c2d6d8c1c7764dc1c4b0e1f44ef660af88dcdc5a39b05ea0158ef4611b7b5f9f901b7ae918e5329ce8837aa09a1c7a5ccdbf6b4b8b1a953
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

17 lines
No EOL
595 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.labelPrevious = labelPrevious;
/**
* Generates the ARIA label for the "previous month" button.
*
* @defaultValue `"Go to the Previous Month"`
* @param month - The date representing the previous month, or `undefined` if
* there is no previous month.
* @returns The ARIA label for the "previous month" button.
* @group Labels
* @see https://daypicker.dev/docs/translation#aria-labels
*/
function labelPrevious(month) {
return "Go to the Previous Month";
}
//# sourceMappingURL=labelPrevious.js.map