Rocky_Mountain_Vending/.pnpm-store/v10/files/4c/5ded0d6d759c1f4f672757fed17ae1ea84d22421c74536abe7c564389f957f5ebfea02572d2802fce069e6a082e92147d4b58e016d5f37b0dcd22d1c0371f5
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
250 B
Text

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