Rocky_Mountain_Vending/.pnpm-store/v10/files/24/739a41099d9a3ad933a06e2b628d8c8c200d499ad9f95d0b07a55c2f7e6fbf5d1498da78cab75efb7521ce85c38f31f9412d00198ec52d3dae84a52220d81f
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
247 B
Text

import type { PathnameNormalizer } from './pathname-normalizer';
import { SuffixPathnameNormalizer } from './suffix';
export declare class RSCPathnameNormalizer extends SuffixPathnameNormalizer implements PathnameNormalizer {
constructor();
}