Rocky_Mountain_Vending/.pnpm-store/v10/files/e0/478c3a56f0989caabb945b2243c9971e1230cc30215544dec63a28eb00c9c0eff366de26ef7fa1a02865f06ea82e068373f812f544a43b110ab5f51461495a
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

4 lines
116 B
Text

export declare const eachWeekendOfYear: import("./types.js").FPFn1<
Date[],
import("../fp.js").DateArg<Date>
>;