Rocky_Mountain_Vending/.pnpm-store/v10/files/80/c5dc6b9c6259a3abf4ca8d4c1b287433e9d07045e48079772bb2d7d89db3e890f9ad9b2a1b172edb7355c9878b488c526a10d6e09693c74276b8c5c8170bb6
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
226 B
Text

import type { FlightRouterState, CacheNode } from '../../../../shared/lib/app-router-types';
export declare function findHeadInCache(cache: CacheNode, parallelRoutes: FlightRouterState[1]): [CacheNode, string, string] | null;