Rocky_Mountain_Vending/.pnpm-store/v10/files/9c/43111ec3fabf3933a071535b42b9deaa28cc9e54a93d9a392e8e5a5b9e20a1449ffa8b86c97df7be9f0edbe826cc53dbf36a27151fc9b92870fafcf5f990f8
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
111 B
Text

export declare const stylesheetSingleton: () => {
add: (style: string) => void;
remove: () => void;
};