Rocky_Mountain_Vending/.pnpm-store/v10/files/67/cef06ae1678804d7265fecfcfd80f36fd23a099a6b19f774b73cbfba8cf91acc8c8a8e1daba70e29ddd87dc3a39af7b3e701f3e8442f04e5f31e661f8a82a3
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

3 lines
125 B
Text

export declare function CollapseIcon({ collapsed }?: {
collapsed?: boolean;
}): import("react/jsx-runtime").JSX.Element;