Rocky_Mountain_Vending/.pnpm-store/v10/files/64/30622b7aba0f9cc7c90a4a175ab4e0adb29ec89f777dffa9695cd6abf78ca01d91395af46ad999e6ab1ded09b77ce85e84c3e049f0944b9c0102b8113dc3be
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
236 B
Text

import { RouteMatcher } from './route-matcher';
import type { AppRouteRouteDefinition } from '../route-definitions/app-route-route-definition';
export declare class AppRouteRouteMatcher extends RouteMatcher<AppRouteRouteDefinition> {
}