Rocky_Mountain_Vending/.pnpm-store/v10/files/6e/9d3dfccf77532cf96a15be58f6b099896f40dab3fd4da67383838631b3519ce6b87152cd503deff0f1301f162c0abd59dd62602a4bbcd0f7a708ae31a1477f
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
246 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Italian locale (Switzerland).
* @language Italian
* @iso-639-2 ita
* @author Mike Peyer [@maic66](https://github.com/maic66)
*/
export declare const itCH: Locale;