Rocky_Mountain_Vending/.pnpm-store/v10/files/77/5ea4a0c7b20051a91ccd2ec3f362d861c1eb6c5d7f4ee072ab7240523d90dd62be79bafc6af0e0656e03f8989180f21a8e69e8375c07c0683cc4b684ad8205
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
77 B
Text

declare function useId(deterministicId?: string): string;
export { useId };