Rocky_Mountain_Vending/.pnpm-store/v10/files/13/89ff6edb6f202e14be54323ba2451a7ea925b52b5ed5cdb2f3ee783a9a1388b9f1e1cd48e2dcf15d0fe377ee66baa9af9a7da71d2e277d7a27f535ea8e8f54
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
111 B
Text

export declare const formatISODuration: import("./types.js").FPFn1<
string,
import("../fp.js").Duration
>;