Rocky_Mountain_Vending/.pnpm-store/v10/files/c0/6eeeebe5733991e63fd5afa51fec25932e93f26359de15e1b2f347e6adcfcf88141328e498b8b63d0966c6418897ad49477d85ed2762ed6ef23a1b84111141
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
No EOL
237 B
Text

import React from 'react';
export const RouterContext = React.createContext(null);
if (process.env.NODE_ENV !== 'production') {
RouterContext.displayName = 'RouterContext';
}
//# sourceMappingURL=router-context.shared-runtime.js.map