Rocky_Mountain_Vending/.pnpm-store/v10/files/7f/0e5fcadbc2f19e4ab5642e4f45771ecf6dfe19952d046771c3694b82355908203c139f59f4cc78499d676b825dd34a110d582e22a8da21b55d8b64c85c3c37
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
130 B
Text

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