Rocky_Mountain_Vending/.pnpm-store/v10/files/e0/4b1f300944e92bf62c6e625dd49945cef3bd7e13f687acbda6efe169b9b277e8dd9af38289e8350b1c519df5f7c29e1fd38a50d7e3be7b296be4c91179acd2
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
298 B
Text

import React from "react";
/**
* Render the button elements in the calendar.
*
* @private
* @deprecated Use `PreviousMonthButton` or `@link NextMonthButton` instead.
*/
export function Button(props) {
return React.createElement("button", { ...props });
}
//# sourceMappingURL=Button.js.map