Rocky_Mountain_Vending/.pnpm-store/v10/files/3f/29c60b4c60c0c9c286380ddf0c5ef1170c2b49ee447360862eaeb85874da17310f16261453fba350a9468da72b2edf266f3970addca05eb38d347669184a92
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
227 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Hebrew locale.
* @language Hebrew
* @iso-639-2 heb
* @author Nir Lahad [@nirlah](https://github.com/nirlah)
*/
export declare const he: Locale;