Rocky_Mountain_Vending/.pnpm-store/v10/files/e9/98086a3435463dc88fb18940aec668bdec57134d33c375853d9e82d35f8561e918b1d3a6971ee35e7735257287e9aad88e07f8ebbd9ee459a031f1d7805d9e
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
269 B
Text

import React from "react";
/**
* Render an `option` element.
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export function Option(props) {
return React.createElement("option", { ...props });
}
//# sourceMappingURL=Option.js.map