Rocky_Mountain_Vending/.pnpm-store/v10/files/10/4e0fdf4e7ee2fa0c5ae838042872385e5dd81a407f5ca054cdb1f8d0f81a9b2b5a81760d3f350afb90345885af4e316344d0410744309920e4bb48c1f2341f
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
118 B
Text

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