Rocky_Mountain_Vending/.pnpm-store/v10/files/d5/93d1ed5e548d3da295315ed4dfb5c63e52222623294970495a708d7bce62c73181aae874ee9276600ab888edc6bce848ce38ffd0979921f6846c0bb639d244
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

4 lines
173 B
Text

export declare function CopyErrorButton({ error, generateErrorInfo, }: {
error: Error;
generateErrorInfo: () => string;
}): import("react/jsx-runtime").JSX.Element;