Rocky_Mountain_Vending/.pnpm-store/v10/files/21/bd3c2632c7fc848f314be2093e92a6b96dd6c7e91ba1043cece4b847f6304cdfd8d16924c5656b6b03bc6543a3c514d32fdd92d793c9ea0e799920d254da9e
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

5 lines
133 B
Text

export declare const differenceInMonths: import("./types.js").FPFn2<
number,
string | number | Date,
string | number | Date
>;