Rocky_Mountain_Vending/.pnpm-store/v10/files/ed/d0aa6adfed3f35c96d4f5063d2d496f2e8d4dd29522818d6742292d0f34d0a83d1fe65c2e6472cb94757ddeb660995a755d192e43ae6079900bceb23b05bdf
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

10 lines
No EOL
343 B
Text

import { jsx as _jsx } from "react/jsx-runtime";
import { HTTPAccessErrorFallback } from '../http-access-fallback/error-fallback';
export default function NotFound() {
return /*#__PURE__*/ _jsx(HTTPAccessErrorFallback, {
status: 404,
message: "This page could not be found."
});
}
//# sourceMappingURL=not-found.js.map