Rocky_Mountain_Vending/.pnpm-store/v10/files/ec/987eb8f862d9f09a9e9c24c4be9e4242dde099bf63341dd382713bba737e8f00b5ab8d4d8a9f800fe21d386061bfb27218fa375300c2e37d66976efd285c8a
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
158 B
Text

import type { Segment } from '../../shared/lib/app-router-types';
export declare const matchSegment: (existingSegment: Segment, segment: Segment) => boolean;