Rocky_Mountain_Vending/.pnpm-store/v10/files/db/ea469be8c612ad68850e599584f0ce053f7a651ef4818be62193a1e826823b398f3c454ad0d23dd95274ee25b9b2aee30dfb920455178dfe44f11d92885d57
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
240 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Slovak locale.
* @language Slovak
* @iso-639-2 slk
* @author Marek Suscak [@mareksuscak](https://github.com/mareksuscak)
*/
export declare const sk: Locale;