Rocky_Mountain_Vending/.pnpm-store/v10/files/d9/442c4a9cbf5da8925c6fc94a9c55bd04e9837ce64b28cc9fed94d29965ed3165d0bcb25504a1767baa60f9c89deff9349385bf4909a8c3f167a2bbcd305927
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

10 lines
No EOL
250 B
Text

/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { FunctionComponent } from 'preact';
export declare const Header: FunctionComponent<{
hashState: LH.HashState;
}>;
//# sourceMappingURL=header.d.ts.map