Rocky_Mountain_Vending/.pnpm-store/v10/files/a0/f55cb8668d145c3db529660d6c3e05f2ff570460efb2c8d25425b48c20f037b37ceabc754065db65ef41dbb0b3fc4fcbd82e9985bb98d23084370d8ef85721
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
98 B
Text

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