Rocky_Mountain_Vending/.pnpm-store/v10/files/fc/fd13dee5861fe06930496f0df41d8a0494d3236d4eb27c883d855e2e34aab2d73827fe1bde2b29c8e5d51ded54e3fd525e5d178e81cb1be95125dc1421f464
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
71 B
Text

declare function usePrevious<T>(value: T): T;
export { usePrevious };