Rocky_Mountain_Vending/.pnpm-store/v10/files/63/654beeb769c43df42eaf788038bd20a7fd32308ee1f98ff6b96e80f463edaa40f58f7ca1ae0486f53d442295ca09010facb74d36645e1c0940355197f33bb5
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

11 lines
No EOL
282 B
Text

/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { FunctionComponent } from 'preact';
export declare const App: FunctionComponent<{
flowResult: LH.FlowResult;
options?: LH.FlowReportOptions;
}>;
//# sourceMappingURL=app.d.ts.map