Rocky_Mountain_Vending/.pnpm-store/v10/files/30/ab2deac2ce70e708e736b19d14f15ffe9f5c5b627e4ae293e7e7a03944431f4ca9f6bb1e9ce9cf2c0ccd4e6713e8c4e6f5b0680a2f4836575cc656d55612e1
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
151 B
Text

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