Rocky_Mountain_Vending/.pnpm-store/v10/files/86/e4a0ac29643da235f4ffb5947607259b8ec38862aea185acef65bc071836c5035463d6dfdc85b90baa12212864eb564fd4c9d390b68bf49ae81a1098410ad3
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

5 lines
261 B
Text

import './segment-explorer.css';
export declare function PageSegmentTree({ page }: {
page: string;
}): import("react/jsx-runtime").JSX.Element;
export declare function InfoIcon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;