Rocky_Mountain_Vending/.pnpm-store/v10/files/4f/51bab8b0874b4e87ff07b2417d067994230016ff2348e543977a94275b3ac34c13d406e7d729aaca4e1427608be65bcb7e90991a27ed89f0bcf8d28fd081b1
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
106 B
Text

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