Rocky_Mountain_Vending/.pnpm-store/v10/files/b8/80f6c7b698f35977346ac813c8b4615803f18c1fc83e9043a3aee3cc9a1f3693bdc09797b273a6a717c0186b6f76c4d33b020a0a9b46de347221c6f334a4ef
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
244 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Estonian locale.
* @language Estonian
* @iso-639-2 est
* @author Priit Hansen [@HansenPriit](https://github.com/priithansen)
*/
export declare const et: Locale;