Rocky_Mountain_Vending/.pnpm-store/v10/files/e4/7e7f4ad193060df5516624ca8c31563f1b94c55aefc4e32da41cebce3eacb9031b096ec5be8be40836a277b81ac87e1ec27ef217043d8491d5d2a5286c1c6a
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
195 B
Text

// @ts-nocheck
/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
const ParsedURL = require('./generated/ParsedURL.js');
module.exports = {
ParsedURL,
};