Rocky_Mountain_Vending/.pnpm-store/v10/files/04/81576391830ac0696c1b15520603249955dd46f02c6363396c49c076ee3ea219c59ca126bd1129d6d9397e0269f07ef9dc1d089823d5e666c2f2c5313d1c1f
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
256 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Luxembourgish locale.
* @language Luxembourgish
* @iso-639-2 ltz
* @author Daniel Waxweiler [@dwaxweiler](https://github.com/dwaxweiler)
*/
export declare const lb: Locale;