Rocky_Mountain_Vending/.pnpm-store/v10/files/a3/6fa968746c9f88079b907654882935c16844a6322bd5bff0d7fb3d895030a1f7f409b741c75a53eb99f4b5931a49ee48f7455896d20ff1775f161d2ef4b1a7
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

4 lines
153 B
Text

import { Batches, BatchesPage } from '../fixtures/cyclical-self.mjs'
import { strictEqual } from 'assert'
strictEqual(Batches.BatchesPage, BatchesPage)