Rocky_Mountain_Vending/.pnpm-store/v10/files/db/4f0a5b93eda3d363cc9570a7a627981f1899d3c9ce3c0e850f4a5c78d7b9b92864c58860e5c6c327df9220072ba0daff134a71f42247899a66a82bf5f9ee10
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
184 B
Text

/**
* @fileOverview Cross
*/
import type { FunctionComponent, SVGProps } from 'react';
export type Props = SVGProps<SVGElement>;
export declare const Cell: FunctionComponent<Props>;