Rocky_Mountain_Vending/.pnpm-store/v10/files/e0/1f321b56693c38b3b2d262101bb88d42627da005263df70ea76ac7c81b350eee193c7a9380d35d1469e0c9ceec9b372400fd09fb993a118f51ce11d6f8cacd
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
253 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary English locale (India).
* @language English
* @iso-639-2 eng
* @author Galeel Bhasha Satthar [@gbhasha](https://github.com/gbhasha)
*/
export declare const enIN: Locale;