Rocky_Mountain_Vending/.pnpm-store/v10/files/97/ed24a82460e52e2e71718519d34786dfc2e1f7b5e84a227ca900d4277925a6e6d224d00c8731fce8def0473a1fd4adc2b9c9d50eeac430293aa43ef25b5b65
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
127 B
Text

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