Rocky_Mountain_Vending/.pnpm-store/v10/files/e9/d9757f216fabe01763da356bd981babec63d8d46128a4b3c73320873e08d49f6cb10863e5ce3d83e36096b84e50fa3c1faf74499f5e5c78dfa9e01651b4321
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

20 lines
No EOL
655 B
Text

"use strict";
module.exports = new Proxy({}, {
get: function getter() {
return ()=>({
className: 'className',
variable: 'variable',
style: {
fontFamily: 'fontFamily'
}
});
}
});
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=nextFontMock.js.map