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

7 lines
193 B
Text

import getNative from './_getNative.js';
import root from './_root.js';
/* Built-in method references that are verified to be native. */
var Map = getNative(root, 'Map');
export default Map;