Rocky_Mountain_Vending/.pnpm-store/v10/files/6e/e43f19e2efd6ddf6e85536ee928259c0606015a7c0125789e7dac5ff235f1ea962716e355cca1fb346836e56cd808d76960ccf522a20f4cbc1c0eb66f4be2e
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
191 B
Text

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