Rocky_Mountain_Vending/.pnpm-store/v10/files/7f/500559643457005b7078482921a8a3b8509c7f3aefbe3fc0c5aeb40e72fdf647c5941f67bf702e5bb7f92cabfb53e2bba013927c93f0d73f72920cd328237e
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
187 B
Text

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