Rocky_Mountain_Vending/.pnpm-store/v10/files/3d/5028a3ec48a924d43ff1ab269c71f9ea5cd1ad94bd193b2c2d795817646257930b0c9358ed98af8515a92ba43b70d9d58370f3bbc8b092264f7e565cd5a087
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
283 B
Text

import React from "react";
/**
* Render a container wrapping the month grids.
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export function Months(props) {
return React.createElement("div", { ...props });
}
//# sourceMappingURL=Months.js.map