Rocky_Mountain_Vending/.pnpm-store/v10/files/a9/7cd254a7574d23d16ab2f570c373f8d6235af2a673221c7feefdfe269f8978bf327bc524b3b4afb964e8a76376d5e8aa920955e993af1b93fe069ac101ce7c
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

8 lines
179 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Azerbaijani locale.
* @language Azerbaijani
* @iso-639-2 aze
*/
export declare const az: Locale;