Rocky_Mountain_Vending/.pnpm-store/v10/files/cf/3a850aa8f20ddf8f07e399e0b5a5771d6f2c96e4c36b64300a1b1a4ecbfa69445ee374bbe919ea36bd7162da835966657ff9d093c3343477cac47a29368272
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

2 lines
107 B
Text

declare function GlobalNotFound(): import("react/jsx-runtime").JSX.Element;
export default GlobalNotFound;