Rocky_Mountain_Vending/.pnpm-store/v10/files/ad/a437074c678c0bf0105f85fd4b973c243ae93790e744db5e08e092a589372de344d7cb93f80c1d6a599c3a7ca38249495738b50ee814f01307cd14933a1f30
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
243 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Afrikaans locale.
* @language Afrikaans
* @iso-639-2 afr
* @author Marnus Weststrate [@marnusw](https://github.com/marnusw)
*/
export declare const af: Locale;