Rocky_Mountain_Vending/.pnpm-store/v10/files/c0/22788cff30ef3d3c1d118dc3b323f7ef7bb4e0747ca02bba2c3af1af7888dfe0cd1be891bc70e8472f94a4895d6fcf767bd6717f7c28d214cc05fd05e7484d
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

7 lines
218 B
Text

/**
* Removes a CSS class from a given element.
*
* @param element the element
* @param className the CSS class name
*/
export default function removeClass(element: Element | SVGElement, className: string): void;