Rocky_Mountain_Vending/.pnpm-store/v10/files/de/73ab91c3f312890aead9aeb8d9d81234685b93d47365c3abc19a2fd1ed65355f6057d0f9a4758a8b5b363b253d496f754c0a45179d420a8154b0a67efaf114
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

5 lines
No EOL
331 B
Text

// the name of the export has to be the camelCase version of the file name (without the extension)
// TODO: remove this. We need it because using notFound from next/navigation imports this file :(
export * as appRouterContext from '../../../shared/lib/app-router-context.shared-runtime';
//# sourceMappingURL=shared-modules.js.map