Rocky_Mountain_Vending/.pnpm-store/v10/files/10/2aeaabc999a915c49755cc335beb9be1e9a7d1414ccd8bea9e5f3fc6e7e4ee67ed5beadbd67058d55009184f7f4f513b703eb2e0c6794a82a610bea6543c43
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
250 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary English locale (New Zealand).
* @language English
* @iso-639-2 eng
* @author Murray Lucas [@muntact](https://github.com/muntact)
*/
export declare const enNZ: Locale;