Rocky_Mountain_Vending/.pnpm-store/v10/files/c7/464497217071c714c99c0c20a77712812c76168251e79fcd72d2cc8bf30f07fd17b2c08026b37ed62767b55e949e3b6b229d4ce1b796fcefe54dd8c8800d9f
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
204 B
Text

import type { ReadonlyReducerState, ReducerState, RefreshAction } from '../router-reducer-types';
export declare function refreshReducer(state: ReadonlyReducerState, action: RefreshAction): ReducerState;