Rocky_Mountain_Vending/.pnpm-store/v10/files/b3/4cebe27ecfbe526224555067243b6b06006f1567e810e2341bca904746057ac64ddb9394a2e7427a6655879d6865833934f2c541dd5f81769785f444f16a90
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
313 B
Text

import React from "react";
/**
* Render a table header cell with the name of a weekday (e.g., "Mo", "Tu").
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export function Weekday(props) {
return React.createElement("th", { ...props });
}
//# sourceMappingURL=Weekday.js.map