Rocky_Mountain_Vending/.pnpm-store/v10/files/58/34f8402587bce9e9ac3ebf197b0d7b1929e392e0027f3cdf3fdc761c9cc835ddc21327e838e30c546fffa8e2dc57a3b0b7b52ac78fdf07e45cd2fd93b37c74
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
163 B
Text

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