Rocky_Mountain_Vending/.pnpm-store/v10/files/30/0ed0efe644259b133645eff35123cc29bbe6bf1d61ac157fb0212cfe29a6afa50f33beb07edf7a201beee39eb576c176e92d5e5f6ab51ddb181a5891438204
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
260 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Kannada locale (India).
* @language Kannada
* @iso-639-2 kan
* @author Manjunatha Gouli [@developergouli](https://github.com/developergouli)
*/
export declare const kn: Locale;