Rocky_Mountain_Vending/.pnpm-store/v10/files/da/84793ce375e29ad37b58f9a172a9da65477a1890318336ee7daafb5c12fb3329910a8c9c485bf449ba8fb1d4287c5171abebd1e243922fd905696cff055236
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
252 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Bosnian locale.
* @language Bosnian
* @iso-639-2 bos
* @author Branislav Lazić [@branislavlazic](https://github.com/branislavlazic)
*/
export declare const bs: Locale;