Rocky_Mountain_Vending/.pnpm-store/v10/files/4d/84993752e261b1e9d527c7ae48e89dc62da8ba30020129d41a628b6754a9cf84e5165411cfa5b662a1be6086e5fdb338b02a49088da6d9d607d96ebff4a52d
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
292 B
Text

import React from "react";
/**
* Render the container for the weeks in the month grid.
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export function Weeks(props) {
return React.createElement("tbody", { ...props });
}
//# sourceMappingURL=Weeks.js.map