Rocky_Mountain_Vending/.pnpm-store/v10/files/f8/9a9b6d46d324a2a4758e2cec6d31f80cf5b2776ccef49f9303cc612733407abae72990f22a26c9b00f9dfde7a37deb65f6612948215162a38249e83c8b2288
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
264 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary German locale (Austria).
* @language German
* @iso-639-2 deu
* @author Christoph Tobias Stenglein [@cstenglein](https://github.com/cstenglein)
*/
export declare const deAT: Locale;