Rocky_Mountain_Vending/.pnpm-store/v10/files/fc/8cf73c58173a099d1a2d9813b9674e91a6b73b9c99fd61277e9d36ba855048a9d9213699a3a9b26c0554f0f779712d25672bc305c8e84719a805bba9d726c3
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
132 B
Text

declare function useSize(element: HTMLElement | null): {
width: number;
height: number;
} | undefined;
export { useSize };