Rocky_Mountain_Vending/.pnpm-store/v10/files/9a/a8d9778469500a5226c4277143b77957ba36058f41679f8eecfdab2aac2e96d788582d82eb9f3a9e1da8a2e35bee97fa812c8cc3c67cdf644310f9432be7fa
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
111 B
Text

import type { FormatRelativeFn } from "../../types.js";
export declare const formatRelative: FormatRelativeFn;