Rocky_Mountain_Vending/.pnpm-store/v10/files/36/1f582ef5f39b1c51dc377c7c3105718f56453fd2bb501ff700a71b9f8142ab0da5b06890317ad4a728c35b2c179f768c7afc6b86dd78addb1e40d4d4ef6a63
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
260 B
Text

import { RouteMatcher } from './route-matcher';
import type { AppPageRouteDefinition } from '../route-definitions/app-page-route-definition';
export declare class AppPageRouteMatcher extends RouteMatcher<AppPageRouteDefinition> {
get identity(): string;
}