Rocky_Mountain_Vending/.pnpm-store/v10/files/fa/ff2ec3ac770080f790f40a1e207840fa683927408b665d9601e538707eca9482b9bfcfc9b0d12b5b8d7756b2bc2c9454d217d1ee1559f264aef20c736d709c
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
173 B
Text

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