Rocky_Mountain_Vending/.pnpm-store/v10/files/55/67628339a9930f9d9240a39930cff26f410a7d669e72aeae4d8ca6ff20d06e58e46c25e325e4800d34246ad32c63b0fc0288c8ca8784ee61e4b97e0a3b2ff7
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
92 B
Text

type Callback = () => void;
type Disposer = () => void;
export type { Callback, Disposer };