Rocky_Mountain_Vending/.pnpm-store/v10/files/42/fad765b007ec9d0fa413f7d4af9b9f3f60ea06cd04f62f37ebca7e7717f0306fe81381d47b3518c0bc78f9c6ab7e21ea0771df8042ec20badd22d7d5053931
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
251 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Serbian latin locale.
* @language Serbian
* @iso-639-2 srp
* @author Igor Radivojević [@rogyvoje](https://github.com/rogyvoje)
*/
export declare const srLatn: Locale;