Rocky_Mountain_Vending/.pnpm-store/v10/files/21/95694cafe675f38c46573c67cabe30766e17824d8847e98dea2b3f719a9265007983a1a92126734a93099d9fe71a39ba21b8257fa78ee32a60d8a7562f8bc3
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
210 B
Text

var getNative = require('./_getNative'),
root = require('./_root');
/* Built-in method references that are verified to be native. */
var DataView = getNative(root, 'DataView');
module.exports = DataView;