Rocky_Mountain_Vending/.pnpm-store/v10/files/b7/d29b51ec8cd966fd72cc15e1c8660680ad2cab605daf2ff72640801247b6ec38cfe4cfd3adb4c9b4fd4317aeeb682304d0d958ef6a1fdeaead907be1b0a560
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
110 B
Text

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