Rocky_Mountain_Vending/.pnpm-store/v10/files/03/0fe1055be32e5089ca481008b35fe4f917e59b2b2adb3e5f7a4eab6797b5a02bff11c472c439a60db81fa9afa88ac7a8ce4b7955988d14f47d731331a9d94f
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
290 B
Text

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