Rocky_Mountain_Vending/.pnpm-store/v10/files/62/286e1aa4ba2b09587600e856913c9107ec239fb4406395fba9221def9bf1bfa0c6ec5c92d7626da8b6fc5b3e35364ac7430c20129fcabd1222867e72f69dc8
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
261 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Western Frisian locale (Netherlands).
* @language West Frisian
* @iso-639-2 fry
* @author Damon Asberg [@damon02](https://github.com/damon02)
*/
export declare const fy: Locale;