Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/252a1c73157815a45e63106fce61b3441ea87c88a1c1444f568f1ad9bde35845f090fa36eebd60b41aa19a7b4407d693ece851d2b8a447cae5ff91e31f39c4
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('lastIndexOfFrom', require('../lastIndexOf'));
func.placeholder = require('./placeholder');
module.exports = func;