Rocky_Mountain_Vending/.pnpm-store/v10/files/a7/9d984e56856efb3063bc1584ea97792672f1e672d42fd578fcf1c77be0a7b0ff5fa731d8c2aa2ace82042eb2e34876636ea34c888ceaf57e06b31fefbe117b
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

8 lines
No EOL
118 B
Text

/**
* @fileOverview Cross
*/
export var Cell = function Cell(_props) {
return null;
};
Cell.displayName = 'Cell';