Rocky_Mountain_Vending/.pnpm-store/v10/files/5d/a60aac02c73d2507dd3ee40b46563526d2f386863deb70cdce3066578c478f41c00f871dd139470043f7713b1e7de85b86728200f2237e1136a1d51044ece2
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
307 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Macedonian locale.
* @language Macedonian
* @iso-639-2 mkd
* @author Petar Vlahu [@vlahupetar](https://github.com/vlahupetar)
* @author Altrim Beqiri [@altrim](https://github.com/altrim)
*/
export declare const mk: Locale;