Rocky_Mountain_Vending/.pnpm-store/v10/files/1e/fd6010b1d35ae428af58940a8083161edf6ec629a7c0587d237263b585bf80aea7ce90810b75240ca9b746fa3005f4d683ecc0f12dda963342e62325f6bdef
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
202 B
Text

import type { FlightRouterState } from '../../../shared/lib/app-router-types';
export declare function isNavigatingToNewRootLayout(currentTree: FlightRouterState, nextTree: FlightRouterState): boolean;