Rocky_Mountain_Vending/.pnpm-store/v10/files/06/d2ff60c461fd5a5e619283df90adedc29662604c803223ae77b12f3c55b1eceabe7b79c089b8e60560158962713bdd015893db0bee4a7106ea4cf2b50c5137
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
309 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Lithuanian locale.
* @language Lithuanian
* @iso-639-2 lit
* @author Pavlo Shpak [@pshpak](https://github.com/pshpak)
* @author Eduardo Pardo [@eduardopsll](https://github.com/eduardopsll)
*/
export declare const lt: Locale;