Rocky_Mountain_Vending/.pnpm-store/v10/files/db/24da7774c412bb24747fb53d34e5595cf7d95fac3181f546cd5244cc92410659b0227d6b0a24ee55716619fa136db6ad9d2e7269de39757ab43cf0b9822090
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
159 B
Text

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