Rocky_Mountain_Vending/.pnpm-store/v10/files/51/f1ed38a570f6187e6fe8bec2f72cecffd589909810b6ccbe5a30fd9fdb4121a4e492306d9c9a5ff9bed82c53a28a24a2ab63f191fdfd67e86db24ce4d9820b
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
208 B
Text

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