Rocky_Mountain_Vending/.pnpm-store/v10/files/45/24ef7b739c49c55e8dec5e2896fd53042dd46b20dc8ba629f42321b102d8cd7218159e237b34795851fe1c130956cb892f7c28086f6988c488c92c6bb48de8
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('round', require('../round'));
func.placeholder = require('./placeholder');
module.exports = func;