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

4 lines
292 B
Text

import type { ReadonlyReducerState, ReducerState, HmrRefreshAction } from '../router-reducer-types';
declare function hmrRefreshReducerNoop(state: ReadonlyReducerState, _action: HmrRefreshAction): ReducerState;
export declare const hmrRefreshReducer: typeof hmrRefreshReducerNoop;
export {};