Rocky_Mountain_Vending/.pnpm-store/v10/files/46/2a400bc0fdb94113ebba8b0922565f7731294c22fd5e15f3e450994615c34808abb9fc498f75efaf97fd398f8642e94d32358b3acd26daf4f2a896207adf6d
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
100 B
Text

export type HydrationErrorState = {
warning?: string;
reactOutputComponentDiff?: string;
};