Rocky_Mountain_Vending/.pnpm-store/v10/files/b9/f44468b6b9e9e92c28b4f3a10b17406d1595eee1d041700053e8eeb3d4382cfbd1922973d23131f4b428b315d5ccf88f8af60fdca64588145d813ea5ac363c
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
243 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Armenian locale
* @language Armenian
* @iso-639-2 arm
* @author Alex Igityan [@alexigityan](https://github.com/alexigityan)
*/
export declare const hy: Locale;