Rocky_Mountain_Vending/.pnpm-store/v10/files/d2/361c13e4e135753ab24d5e9ae13c6c1333046f13d40f912501c5145da21521d1a374ef42e9cd84f7aa71ebd93afbce91665e04b94d927cf97d2231cd1b7a03
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

5 lines
No EOL
142 B
Text

import { map } from './map';
export function mapTo(value) {
return map(function () { return value; });
}
//# sourceMappingURL=mapTo.js.map