Rocky_Mountain_Vending/.pnpm-store/v10/files/6a/3b67172d560635d0beedf0331872b2d818cce2056a6fe0026e24047be2f606507af6fe5ec71735e5e8418e3b4c419befe84782f240570fa6b035debdba32f7
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

12 lines
No EOL
175 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _default;
function _default(x) {
return function () {
return x;
};
}