Rocky_Mountain_Vending/.pnpm-store/v10/files/65/48275e32750424801365e98996647ab3248ca997a79dfcfea82c62053147015484c3393e7e1e53e7ce37ebbaafdd28ee738b533abeead6888af6149b3baa6f
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

12 lines
No EOL
357 B
Text

import React from "react";
/**
* Render the table row containing the weekday names.
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export function Weekdays(props) {
return (React.createElement("thead", { "aria-hidden": true },
React.createElement("tr", { ...props })));
}
//# sourceMappingURL=Weekdays.js.map