Rocky_Mountain_Vending/.pnpm-store/v10/files/1f/143c64ea5cd7088bc1c6559fa1a0b89268bc76146c953fa6ff284bd160e6521da87ee2acd078e78323b4bc80049a4cdf2260e5398d486eb1d92ed3db7966ad
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

10 lines
304 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Belarusian locale.
* @language Belarusian
* @iso-639-2 bel
* @author Kiryl Anokhin [@alyrik](https://github.com/alyrik)
* @author Martin Wind [@arvigeus](https://github.com/mawi12345)
*/
export declare const be: Locale;