Rocky_Mountain_Vending/.pnpm-store/v10/files/82/653585388ceb26497113bbe51c5ad0d70de69ab68003384a067cd198e6ba951afaaf5de9825552b0f12645f5ab4542f0ae283cd76edd36c612deb586e84c69
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, RestoreAction } from '../router-reducer-types';
export declare function restoreReducer(state: ReadonlyReducerState, action: RestoreAction): ReducerState;