Rocky_Mountain_Vending/.pnpm-store/v10/files/b6/6fb17dde6629be01f703cba5966c910c4f94ec918ee7fafc9d7ecffad4aa27f2433692d3b2489aa80ecfe1ea7681d7ab616e39d7a11dad52b5ba957fc478d8
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

2 lines
144 B
Text

import type { normalizeLocalePath as Fn } from '../shared/lib/i18n/normalize-locale-path';
export declare const normalizeLocalePath: typeof Fn;