Rocky_Mountain_Vending/.pnpm-store/v10/files/48/5f7fe668f1328fc1e44a2d35f1132eba073bcac83cd6a7140201fed10c6e3d86b46f51d0bedb1189e8a8b0f685d8553c1f5b5c582037c78ad08cc19ef55708
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('lastIndexOf', require('../lastIndexOf'));
func.placeholder = require('./placeholder');
module.exports = func;