Rocky_Mountain_Vending/.pnpm-store/v10/files/43/85ceb10f36ae0715332bf83f7a0804f53dc10754ff1d9a3449f1d5f21e7c8e897a4dc731b8f500f450650421ec5c5240d9aeab5078637e9b5d9fc7b68b9899
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

4 lines
120 B
Text

export declare const createProgress: (total: number, label: string) => {
run: () => void;
clear: () => void;
};