Rocky_Mountain_Vending/.pnpm-store/v10/files/fa/0ae38e4ae7ce5ec7dbc10ef943a1272f50033b16563735521cedc791a7010a67f75951d8386aeb0968b5c2f52eac3048bbf87533862339b182ce0422e71182
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
273 B
Text

import React from "react";
/**
* Render the footer of the calendar.
*
* @group Components
* @see https://daypicker.dev/guides/custom-components
*/
export function Footer(props) {
return React.createElement("div", { ...props });
}
//# sourceMappingURL=Footer.js.map