Rocky_Mountain_Vending/.pnpm-store/v10/files/fb/89e533e52dad6044a34d08937b485e53f7d3949c9dc4d8fb85e97f147d43410c98b8afa4a2a76a352c77b71b8e9987472555c11ce84be72c98e2c6624eee41
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

2 lines
111 B
Text

export declare const cancel: (id: number) => void;
export declare const request: typeof requestAnimationFrame;