Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/dc0a77b6b9f6828367ca6003ffb28ebdaf1ce630d9e41cdda68e49b6a147a528b5323f885b84ecf805ca3ae41b05dca5d4e6403b42f4b6a7cf0600bfcdaee6
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
122 B
Text

export declare const addISOWeekYears: import("./types.js").FPFn2<
Date,
number,
import("../fp.js").DateArg<Date>
>;