Rocky_Mountain_Vending/.pnpm-store/v10/files/f0/71d47cfcb4735cbe8d7c57b4f4eeabade2823867b2add37ca71308eeff182c197d13576fcab730e76f421249a5f8b8659cf6ed433306ff34c6dce07a01a8f8
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
132 B
Text

'use strict'
const compare = require('./compare')
const rcompare = (a, b, loose) => compare(b, a, loose)
module.exports = rcompare