Rocky_Mountain_Vending/.pnpm-store/v10/files/af/94b9cdab6d9dfc36cf23f54e5ee4a33bd3ce22018774219db548c394e00db57f0ef974a42ec82ec9cf7e2a50dda282685b937ffbfcd3d298dade0096288b47
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
167 B
Text

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