Rocky_Mountain_Vending/.pnpm-store/v10/files/1d/9df3bb2fe2b5d01bb03bb8500ca5a1949f390c7bc420afbded4ec435efd3590a883290357ffc0d5b0de7d9f424539a5167c77c9ecc24946d7d81283ed89497
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
130 B
Text

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