Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/60c38b07ec1f3c4d6b888e1b34fcf242753babebc0885247d53e8d0b65aad69462ce2ffb34689bcedd90f90bbfff1adf3644c9e52116ea5fc4bbc5c15dfb5e
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 { notFound } from '../not-found';
export const PARALLEL_ROUTE_DEFAULT_PATH = 'next/dist/client/components/builtin/default.js';
export default function ParallelRouteDefault() {
notFound();
}
//# sourceMappingURL=default.js.map