Rocky_Mountain_Vending/.pnpm-store/v10/files/28/e639ecb0ed8270ff58199a39ac37159214c193059f787c887413eea6e200cc78c915fae7ae82ac92c4d6fb35a72d54aaecfe8e818fcf80d17558089ff56ba3
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
183 B
Text

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