Rocky_Mountain_Vending/.pnpm-store/v10/files/4e/f6b8cd849bb2c508ed9ded514d0f5c86f2961af07729c2dc1c9061eaa10bf1efff114323fc9d2111d22888bbefc0206309d7efb63ec8ee6e5c4cf282b364ec
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
151 B
Text

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