Rocky_Mountain_Vending/.pnpm-store/v10/files/70/4ff3e79fd64f50f065a11b24e7a40c403232b6f11628ec05e668c2b8a6ee0ab929a5df10e081d1f50611685ded0cc96ce727cad671ac97206807e93bc97002
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
245 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Khmer locale (Cambodian).
* @language Khmer
* @iso-639-2 khm
* @author Seanghay Yath [@seanghay](https://github.com/seanghay)
*/
export declare const km: Locale;