Rocky_Mountain_Vending/.pnpm-store/v10/files/6e/733428922395d973b6f3b44948f7ca25a9e43c73ad960222e687d8fa49854bbce704a57df9cc3d8a12843eb285452d4a975347a0ab37d2de5c128374174981
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
197 B
Text

export declare function SegmentSuggestion({ possibleExtension, missingGlobalError, }: {
possibleExtension: string;
missingGlobalError: boolean;
}): import("react/jsx-runtime").JSX.Element;