Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/9a3a3396a67481a8c087c3d0f7e7f2936396d5f85142ca231a22116c2b123173be40dffac9e7c39657a9eeec464d3606741f0981e67b27f9387c9a6035c8f4
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

1 line
68 B
Text

export const booleanEquals = (value1, value2) => value1 === value2;