Rocky_Mountain_Vending/.pnpm-store/v10/files/55/b41b7955542df2c20acd8a042973aaf2ba08b4361b8cf240203307ed2505d5cfadeea8957b698dc28a928ddf4bc1c31f435ea6e096f797d2dfc1822f15e669
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
129 B
Text

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