Rocky_Mountain_Vending/.pnpm-store/v10/files/b0/500c28eb4317ca1f857705ab2edd55c7c6afdc6eb8ed6812464cd4b446c085e4bd48fdc9ec36573cb1920f4ea326aa9d068f459e6dcf6dc92d593a5f8539ec
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

6 lines
No EOL
211 B
Text

import getPrototypeOf from "./getPrototypeOf.js";
function _superPropBase(t, o) {
for (; !{}.hasOwnProperty.call(t, o) && null !== (t = getPrototypeOf(t)););
return t;
}
export { _superPropBase as default };