Rocky_Mountain_Vending/.pnpm-store/v10/files/90/abcd5d2b3d86e75fb6a62afa26796fc2ee4e41ebf645ef430ddcd0dc382bdbb03c44752c285233ae1c96f08db9e407a5bf877ee809e6a319219b66a3020e48
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
183 B
Text

export declare const formatLong: {
date: import("../../types.js").FormatLongFn;
time: import("../../types.js").FormatLongFn;
dateTime: import("../../types.js").FormatLongFn;
};