Rocky_Mountain_Vending/.pnpm-store/v10/files/ac/01f3881aa201fb2a811b0f2fc2a4f288b9ac1bcaf7352a2281743417761d63c3ddf6b0fcacf649f721f738078395444aed4f215623a75ff40ce6915931eb51
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

13 lines
344 B
Text

/**
* @license
* Copyright 2023 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Typescript does not allow us to import an entire module via JSDOC so we need to import type modules via regular imports.
* This empty module will be served to any JS file that needs to import our global type module.
*/
export {};