Rocky_Mountain_Vending/.pnpm-store/v10/files/5b/1f2a9857da43464598082e09300fb9d4bc9d8afcb69d8c65b32143dc1ab155c5ac2b1684edac763f477922e9433e3c2fd8d0bbca053302c19ed60844cdfa06
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
235 B
Text

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