Rocky_Mountain_Vending/.pnpm-store/v10/files/2e/5934a712bd8dd60487c5735e38938323a9999409f76ac55d5cd03219f35c8a2705a3307ed420d680f10405efd77a51c995687d85a8f5f76a47262176744a83
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
153 B
Text

/**
* Returns the owner document of a given element.
*
* @param node the element
*/
export default function ownerDocument(node?: Element): Document;