Rocky_Mountain_Vending/.pnpm-store/v10/files/e8/d1af392139e2026b4cf34286becc89f694074e99588a93cc820fabf6a4fe4c05d36f4d7d707fada044f14e54b714579626e3b807634229427675113efa7d81
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

15 lines
No EOL
284 B
Text

"use strict";
exports.__esModule = true;
exports.default = ownerDocument;
/**
* Returns the owner document of a given element.
*
* @param node the element
*/
function ownerDocument(node) {
return node && node.ownerDocument || document;
}
module.exports = exports["default"];