Rocky_Mountain_Vending/.pnpm-store/v10/files/f3/ae22841be8db54a17c75bbaa6dc987998b80f170bc5a1757dad05516346744068672392ff777f4447997c552153ad741166a591785f6e26f42ab9e5eda0e19
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
231 B
Text

import { type FormProps } from '../form-shared';
export type { FormProps };
export default function Form({ replace, scroll, prefetch: prefetchProp, ref: externalRef, ...props }: FormProps): import("react/jsx-runtime").JSX.Element;