Rocky_Mountain_Vending/.pnpm-store/v10/files/0f/053638758bd3aff3723b884b0a9cbcec8bc434bc1889a4dfd400fc76b2f11a5b49b299a11fc3e567e10331a8fc19783859d466503f95b1e98c6a579b2122e7
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
250 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Northern Sámi locale.
* @language Northern Sámi
* @iso-639-2 sme
* @author Audun Rundberg [@audunru](https://github.com/audunru)
*/
export declare const se: Locale;