Rocky_Mountain_Vending/.pnpm-store/v10/files/e9/1730171a0b4eea08866349c41efe75e6d1a020b0faf7828ddaa4d9f3901de4694626e691503502fd65cd4fd6f8cb278c6fefc1994e869c6bb62258dd30744e
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('sortedIndexOf', require('../sortedIndexOf'));
func.placeholder = require('./placeholder');
module.exports = func;