Rocky_Mountain_Vending/.pnpm-store/v10/files/1f/7bf3e8bfb07c34fcac853d157e5a6fff0c935e79b86262074e95e99b3d8b679e31b4459eec3f38460f463726e15c1da89c50709a29bec6181d1045d69c3fb7
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

8 lines
160 B
Text

import React from 'react'
declare module 'react' {
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
jsx?: boolean
global?: boolean
}
}