Rocky_Mountain_Vending/.pnpm-store/v10/files/8b/ff10f7191f86f6162e988b7529248ca08c721eac2a92706bae6c302562c517574d544b052382fd60ac04176bfd32c32a55e9c938d707a580387cda5a0ff48d
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
481 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.formatWeekNumberHeader = formatWeekNumberHeader;
/**
* Formats the header for the week number column.
*
* @defaultValue An empty string `""`.
* @returns The formatted week number header as a string.
* @group Formatters
* @see https://daypicker.dev/docs/translation#custom-formatters
*/
function formatWeekNumberHeader() {
return ``;
}
//# sourceMappingURL=formatWeekNumberHeader.js.map