Rocky_Mountain_Vending/.pnpm-store/v10/files/31/905390450cc30830814c4c202f43c7441a468243f1ca7bb7ff7dc0eec7010d0fd889f9a95f04843e1f128ff2f2084b33f3219ce3da1c780254c162a889c6d9
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
363 B
Text

import { jsx as _jsx } from "react/jsx-runtime";
import { HTTPAccessErrorFallback } from '../http-access-fallback/error-fallback';
export default function Unauthorized() {
return /*#__PURE__*/ _jsx(HTTPAccessErrorFallback, {
status: 401,
message: "You're not authorized to access this page."
});
}
//# sourceMappingURL=unauthorized.js.map