Rocky_Mountain_Vending/.pnpm-store/v10/files/c4/b4bfa29c1a8e144e33ef22b0dc6a3baaf901cf18b08a1ccef0f7ce24980d095f09caf0e240825f15754a3a9bb49630f474d05e5c38c4913937b46e6fd1ee04
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
171 B
Text

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