Rocky_Mountain_Vending/.pnpm-store/v10/files/35/2e86a03b3f03a63a262251b985a1616d6fe9e688972478f3254f8fa2d8176a4ee863092549506bf4e9df66e5239497d19e80e86dd0593c5e6b329f9f9d7a5c
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

8 lines
No EOL
281 B
Text

import { LocaleRouteMatcher } from './locale-route-matcher';
import { RouteMatcher } from './route-matcher';
export class PagesRouteMatcher extends RouteMatcher {
}
export class PagesLocaleRouteMatcher extends LocaleRouteMatcher {
}
//# sourceMappingURL=pages-route-matcher.js.map