Rocky_Mountain_Vending/.pnpm-store/v10/files/5d/2fa268aef7ae367ca9d0e5b23de51510dcebd6109d9a49ec0e679b81cdffa34556856936a1211aee8969394ceb543f163ee187bb99c0dadf6df81af7f52a84
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

9 lines
162 B
Text

import { JSONHydrator } from './postcss.js'
interface FromJSON extends JSONHydrator {
default: FromJSON
}
declare const fromJSON: FromJSON
export = fromJSON