Rocky_Mountain_Vending/.pnpm-store/v10/files/f8/fe788b40c526ccb1aa1031d3ef1ee15cbaac941531c0eea9ab207a0680ccacb1e4bee3fb427c286f3c6c5d6b1c1f2c68525d91da8e15688016324a2461f9e5
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
155 B
Text

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