Rocky_Mountain_Vending/.pnpm-store/v10/files/39/8528688e9b2b5e6f08de56e39efd1423ba6f784a9eaf499d14e93822efa1041fef2374cc483cb28de4551921324e0d2860d3ad448aa66e8d6738721cb91b36
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
157 B
Text

var convert = require('./convert'),
func = convert('method', require('../method'));
func.placeholder = require('./placeholder');
module.exports = func;