Rocky_Mountain_Vending/.pnpm-store/v10/files/6b/751917e4e1b5847a7ea5098ee02b84109ae8a660012c38e7236a9d96e96ed2a5b30e16848f9488cc6c8550fce6bad1b5924bfdcf9ed7027057e0e5bece7294
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 navigation dropdowns for the calendar.
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export function DropdownNav(props) {
return React.createElement("div", { ...props });
}
//# sourceMappingURL=DropdownNav.js.map