Rocky_Mountain_Vending/.pnpm-store/v10/files/97/da984110e49efcfe0b3d40d4bef303cf58fd0404796ff908c673d509cd3a4f2fb284ef9b1d3dc35159bc22effc36e797872a2b4c5a6009715d968d184df21b
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
129 B
Text

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