Rocky_Mountain_Vending/.pnpm-store/v10/files/33/b5a2de83ecd97c404b3106d670b708ba94fffc2cafc5543ddd2a662e0e5208b643371d9f28bfa863b27ed6585680ab18076ce2595754a66d5503555af8c22c
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

2 lines
156 B
Text

import type { Metric } from 'next/dist/compiled/web-vitals';
export declare function useReportWebVitals(reportWebVitalsFn: (metric: Metric) => void): void;