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

3 lines
91 B
Text

declare module 'styled-jsx/style' {
export default function JSXStyle(props: any): null
}