Rocky_Mountain_Vending/.pnpm-store/v10/files/5d/9cfff381d4a2ba569e2523b75206d037e96b03e0f86847f92fae3136c42e8995936ef824c44c23bae5044e764cd8827d5523f54e22f56429c64c203e99b034
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
109 B
Text

export declare function FileIcon({ lang }: {
lang?: string;
}): import("react/jsx-runtime").JSX.Element;