Rocky_Mountain_Vending/.pnpm-store/v10/files/af/701113e5c6245d6d6181a289bd9138dd2d1af94888799e278dd32917c277de10046e8788588f1086187c0a5cbb5d9c32768390a18651b0f17762699a8f6c37
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('sortedLastIndexBy', require('../sortedLastIndexBy'));
func.placeholder = require('./placeholder');
module.exports = func;