Rocky_Mountain_Vending/.pnpm-store/v10/files/6e/2b77621e00bfc7582afad46c3a179a0d190bece1821367ac76b0b01bfae3c072bc68f3ff124cbca7120f4ee76607132451fdee0f5624ff1dd5eeee6036fb06
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
169 B
Text

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