Rocky_Mountain_Vending/.pnpm-store/v10/files/b4/005cb599cd07034ca92c216607a2aa36581492583cb11f9cf66cc9cf1316f8fedba803c99756803a1a653a4aa8bc073d02ee632686ca0a6f44737bcb0add09
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
237 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary English locale (Ireland).
* @language English
* @iso-639-2 eng
* @author Tetiana [@tan75](https://github.com/tan75)
*/
export declare const enIE: Locale;