Rocky_Mountain_Vending/.pnpm-store/v10/files/06/9bf86c36d541a974174bee7eb80c8715b41525a05f43cc4b1068a5afa15564f51d5c52e80c8722c80ee881dca922cea00cd6a70e86dc4835ee6ffa46436f4b
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
216 B
Text

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