Rocky_Mountain_Vending/.pnpm-store/v10/files/5c/fab8ec3a7bf7cc7e02ecc4bf69d0314e8e193f4d0928a22320d7dbc12088e65c57da59973e3112293ae510c95ac817228fcfe530b0740d7177b8dd5736b1ee
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
197 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Occitan locale.
* @language Occitan
* @iso-639-2 oci
* @author Quentin PAGÈS
*/
export declare const oc: Locale;