Rocky_Mountain_Vending/.pnpm-store/v10/files/be/0757f6ccb3aa65421c0202c1f95eff97f007e19c96d6c201d95814ae186aefa30629b5c852895fd6cc7339dbfb4be9d3c3854e8fe6adefb3c8abfcfb226161
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
156 B
Text

/**
* Collects all parent elements of a given element.
*
* @param node the element
*/
export default function parents(node: Element | null): Element[];