Rocky_Mountain_Vending/.pnpm-store/v10/files/9d/4b91e32127ee5731d8e939ef4a2aa82daf0bd7db9652e946d71a1613aed9b4ea94e49723a5547a4f3a0a546c7fcac4ee15b44de746c5c20483b50138687b92
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
179 B
Text

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