Rocky_Mountain_Vending/.pnpm-store/v10/files/de/ed2d48d7825084a866603fc97159d1171cbb0f18afb82f7ff78b18bd260ea6d6be7bd7e405ace818e5442dbfc68eb623053dbd89d44da686fcd4fd96322a3a
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
126 B
Text

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