Rocky_Mountain_Vending/.pnpm-store/v10/files/c0/b685aee6df000ba99d5c75090651726dc3d3f838d6fbcdc6e8f2091cc0772dae98f426f33f49e53e6f09031d632e45ea9984f4a67ad5d1b2523e5222e232cc
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

5 lines
230 B
Text

import React from 'react';
export declare function bailOnRootNotFound(): void;
export declare function DevRootHTTPAccessFallbackBoundary({ children, }: {
children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;