Rocky_Mountain_Vending/.pnpm-store/v10/files/27/3eeaf90d06de2fcfec222e66426cacf69917f3a0785a5123e8adce3f2a405fd060c5acd436e24b83b8aba0bd88f823478bcfbe6f03c4eeadafc9a2af5996d3
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
152 B
Text

import type { ComponentProps } from 'react';
export declare function ThumbsDown(props: ComponentProps<'svg'>): import("react/jsx-runtime").JSX.Element;