Rocky_Mountain_Vending/.pnpm-store/v10/files/08/b04092c3b53fd1c8c1a9da3f58a670d4d71de5a653ba08e196e5541b114cb684e33ab982ffda2755b000a8071f828a452a92f6b4dbbbaa067f31991796dc18
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

9 lines
No EOL
236 B
Text

import getScrollAccessor from './getScrollAccessor';
/**
* Gets or sets the scroll left position of a given element.
*
* @param node the element
* @param val the position to set
*/
export default getScrollAccessor('pageXOffset');