Rocky_Mountain_Vending/.pnpm-store/v10/files/21/828feda6dc33f158a606f47a6d55e61bbb26d5be04f11fabfb051fa5e731779f641d65512bba2a90c5e8655e8465dd5288e61d736d3531d0d5e6a5e7386493
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

9 lines
195 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Esperanto locale.
* @language Esperanto
* @iso-639-2 epo
* @author date-fns
*/
export declare const eo: Locale;