Rocky_Mountain_Vending/.pnpm-store/v10/files/8b/8578f14acf4c16383496609fff636656b0b5fc16e2156f374061991ed0efcfef3f31cf51e89b0ba3e6d80fdeed247ea801c2e34ad9562c11f92b94bafe6cf7
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

12 lines
207 B
Text

/**
* @license Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import * as format from './format.js';
import {swapLocale} from './swap-locale.js';
export {
swapLocale,
format,
};