Rocky_Mountain_Vending/.pnpm-store/v10/files/30/7fccf846daa3ca3e731fae70e35fd6c8793be5b4473f61231203aa285373fb2a786200c13c9ffffddab28f3d6d08d551e2c1be1c24f57895612a51552686c1
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
268 B
Text

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