Rocky_Mountain_Vending/.pnpm-store/v10/files/ab/1f2fcf48b5f038a6fbb676c5084e837771339ce8b6c7de6dbe6b58250a20d9fb87c1df73b48ba7c3586afc992bcda657e0197174422a8f23158cc361df8143
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
169 B
Text

// Regression test for https://github.com/nodejs/import-in-the-middle/issues/196
export default function foo () {
// do nothing
}
export { foo as 'module.exports' }