Rocky_Mountain_Vending/.pnpm-store/v10/files/31/e572e184ae98cb3da5cd066c7cbae84d8c9032dc2911fd2d2b4c7a65ce1c18542e73ec86b513fa916f853390648f0437f8d4545d3e93eaef866087b8da0a79
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

2 lines
143 B
Text

export declare const iso8601: (time: number | string | Date) => string;
export declare const toDate: (time: number | string | Date) => Date;