Rocky_Mountain_Vending/.pnpm-store/v10/files/68/3cddd126f3dfefc18608c76b28e8ee2a5076867f91baf0ca1099f1f2e502606ce735d5d91286974bbc57af796cfa5189242d65ffda288e4dc7f7d7941be1b2
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
No EOL
216 B
Text

import setPrototypeOf from "./setPrototypeOf.js";
function _inheritsLoose(t, o) {
t.prototype = Object.create(o.prototype), t.prototype.constructor = t, setPrototypeOf(t, o);
}
export { _inheritsLoose as default };