Rocky_Mountain_Vending/.pnpm-store/v10/files/b5/72f42f8e8841f00de8326a429c28637e6adf03becf72486d8a47b5be2ed0ca87161c8f0750b976e4e89b0b4713fe73d80e89a404ea4cad055e5ed92906c5af
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

1 line
111 B
Text

export default function scrollTo(selected: HTMLElement, scrollParent?: HTMLElement): (() => void) | undefined;