Rocky_Mountain_Vending/.pnpm-store/v10/files/8b/1f5fcf628ae1f11d3711499ccddcbcd6b017d8e56a1135bc1e81cc43ca3d72e645d7637fe34b9497298bee8edc102af768ea3a2e853eaf669313e1b6eb9436
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

11 lines
No EOL
309 B
Text

import React from "react";
/**
* Render the header cell for the week numbers column.
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export function WeekNumberHeader(props) {
return React.createElement("th", { ...props });
}
//# sourceMappingURL=WeekNumberHeader.js.map