Rocky_Mountain_Vending/.pnpm-store/v10/files/87/966d3827f86940c13ff8f95a399c47119bf133dcadaa716deb57dd6ff6125e51815e0a8118229b443d7a074fb8944f2bbd72e1d4c0d94c87680c5de63025ad
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
123 B
Text

import superset from "./superset.js";
export default function subset(values, other) {
return superset(other, values);
}