Rocky_Mountain_Vending/.pnpm-store/v10/files/ff/3ef0e3f2b1a789cbd2a132eb9a98421e853be8d81b4c06ddda4835b0f69bc25f59ae49b3fc56ea68f9b17c5bcb8b43980921aab975fddc47f1195bc9736728
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
255 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Hindi locale (India).
* @language Hindi
* @iso-639-2 hin
* @author Mukesh Mandiwal [@mukeshmandiwal](https://github.com/mukeshmandiwal)
*/
export declare const hi: Locale;