Rocky_Mountain_Vending/.pnpm-store/v10/files/d1/d200523b776ed0c7a218136a966478da995d3c73f58e8dd67ef109800a6a627e3553d04dac8e1a3ee4ebef8bbd9b6b6af406274d7164187d67be36008bea33
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
171 B
Text

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